Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Domap_hsmmc.c142 #define MMC_TIMEOUT_MS 20 /* 20 mSec */ macro
553 timeout = jiffies + msecs_to_jiffies(MMC_TIMEOUT_MS); in omap_hsmmc_set_clock()
667 timeout = jiffies + msecs_to_jiffies(MMC_TIMEOUT_MS); in omap_hsmmc_context_restore()
727 timeout = jiffies + msecs_to_jiffies(MMC_TIMEOUT_MS); in send_init_stream()
/openbmc/u-boot/drivers/mmc/
H A Domap_hsmmc.c143 #define MMC_TIMEOUT_MS 20 macro
915 if (get_timer(0) - start > MMC_TIMEOUT_MS) in mmc_reset_controller_fsm()