Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Domap_hsmmc.c142 #define MAX_RETRY_MS 1000 macro
278 if (get_timer(0) - start > MAX_RETRY_MS) { in mmc_init_stream()
289 if (get_timer(0) - start > MAX_RETRY_MS) { in mmc_init_stream()
730 if (get_timer(0) - start > MAX_RETRY_MS) { in omap_hsmmc_init_setup()
738 if (get_timer(0) - start > MAX_RETRY_MS) { in omap_hsmmc_init_setup()
773 if (get_timer(0) - start > MAX_RETRY_MS) { in omap_hsmmc_init_setup()
829 if (get_timer(0) - start > MAX_RETRY_MS) { in mmc_reset_controller_fsm()
973 if (get_timer(0) - start > MAX_RETRY_MS) {
982 if (get_timer(0) - start > MAX_RETRY_MS) {
1058 if (get_timer(start) > MAX_RETRY_MS) {
[all …]