Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Drtsx_pci_sdmmc.c652 bit %= RTSX_PHASE_MAX; in test_phase_bit()
660 for (i = 0; i < RTSX_PHASE_MAX; i++) { in sd_get_phase_len()
664 return RTSX_PHASE_MAX; in sd_get_phase_len()
678 while (start < RTSX_PHASE_MAX) { in sd_search_final_phase()
687 final_phase = (start_final + len_final / 2) % RTSX_PHASE_MAX; in sd_search_final_phase()
736 for (i = 0; i < RTSX_PHASE_MAX; i++) { in sd_tuning_phase()
/linux-4.4.14/include/linux/mfd/
Drtsx_pci.h147 #define RTSX_PHASE_MAX 32 macro