Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dmtk-sd.c141 #define PAD_DELAY_MAX 32 macro
879 bit %= PAD_DELAY_MAX; in test_delay_bit()
887 for (i = 0; i < (PAD_DELAY_MAX - start_bit); i++) { in get_delay_len()
892 return PAD_DELAY_MAX - start_bit; in get_delay_len()
908 while (start < PAD_DELAY_MAX) { in get_best_delay()
922 final_phase = (start_final + len_final / 3) % PAD_DELAY_MAX; in get_best_delay()
924 final_phase = (start_final + len_final / 2) % PAD_DELAY_MAX; in get_best_delay()
960 for (i = 0; i < PAD_DELAY_MAX; i++) { in msdc_tune_response()
982 for (i = 0; i < PAD_DELAY_MAX; i++) { in msdc_tune_response()
1018 for (i = 0; i < PAD_DELAY_MAX; i++) { in msdc_tune_response()
[all …]
/openbmc/linux/drivers/mmc/host/
H A Dmtk-sd.c330 #define PAD_DELAY_MAX 32 /* PAD delay cells */ macro
1932 bit %= PAD_DELAY_MAX; in test_delay_bit()
1940 for (i = 0; i < (PAD_DELAY_MAX - start_bit); i++) { in get_delay_len()
1944 return PAD_DELAY_MAX - start_bit; in get_delay_len()
1960 while (start < PAD_DELAY_MAX) { in get_best_delay()
1973 final_phase = (start_final + len_final / 3) % PAD_DELAY_MAX; in get_best_delay()
1975 final_phase = (start_final + len_final / 2) % PAD_DELAY_MAX; in get_best_delay()
2028 for (i = 0 ; i < PAD_DELAY_MAX; i++) { in msdc_tune_response()
2052 for (i = 0; i < PAD_DELAY_MAX; i++) { in msdc_tune_response()
2087 for (i = 0; i < PAD_DELAY_MAX; i++) { in msdc_tune_response()
[all …]