Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Domap_hsmmc.c142 #define MAX_RETRY_MS 1000 macro
282 if (get_timer(0) - start > MAX_RETRY_MS) { in mmc_init_stream()
293 if (get_timer(0) - start > MAX_RETRY_MS) { in mmc_init_stream()
823 if (get_timer(0) - start > MAX_RETRY_MS) { in omap_hsmmc_init_setup()
831 if (get_timer(0) - start > MAX_RETRY_MS) { in omap_hsmmc_init_setup()
866 if (get_timer(0) - start > MAX_RETRY_MS) { in omap_hsmmc_init_setup()
922 if (get_timer(0) - start > MAX_RETRY_MS) { in mmc_reset_controller_fsm()
1066 if (get_timer(0) - start > MAX_RETRY_MS) {
1075 if (get_timer(0) - start > MAX_RETRY_MS) {
1151 if (get_timer(start) > MAX_RETRY_MS) {
[all …]