Home
last modified time | relevance | path

Searched refs:RTSX_PHASE_MAX (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/mmc/host/
H A Drtsx_pci_sdmmc.c644 bit %= RTSX_PHASE_MAX; in test_phase_bit()
652 for (i = 0; i < RTSX_PHASE_MAX; i++) { in sd_get_phase_len()
656 return RTSX_PHASE_MAX; in sd_get_phase_len()
670 while (start < RTSX_PHASE_MAX) { in sd_search_final_phase()
679 final_phase = (start_final + len_final / 2) % RTSX_PHASE_MAX; in sd_search_final_phase()
733 for (i = 0; i < RTSX_PHASE_MAX; i++) { in sd_tuning_phase()
/openbmc/linux/include/linux/
H A Drtsx_pci.h124 #define RTSX_PHASE_MAX 32 macro