Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/
A Dhal_sdhost.c346 … while ((mci_readl(host, SDXC_REG_GCTRL) & SDXC_SoftReset) && (HAL_TimeBefore(HAL_Ticks(), time))); in __mci_reset()
374 } while ((value & SDXC_Start) && HAL_TimeBefore(HAL_Ticks(), time)); in __mci_program_clk()
408 (HAL_TimeBefore(HAL_Ticks(), time)) && host->present); in __mci_trans_by_ahb()
419 (HAL_TimeBefore(HAL_Ticks(), time)) && host->present); in __mci_trans_by_ahb()
436 (HAL_TimeBefore(HAL_Ticks(), time)) && host->present); in __mci_trans_by_ahb()
448 (HAL_TimeBefore(HAL_Ticks(), time)) && host->present); in __mci_trans_by_ahb()
576 …while (!(mci_readl(host, SDXC_REG_GCTRL) & SDXC_MemAccessDone) && (HAL_TimeBefore(HAL_Ticks(), tim… in __mci_wait_access_done()
1125 } while ((rval & SDXC_Start) && HAL_TimeBefore(HAL_Ticks(), time)); in __mci_update_clk()
1980 while ((host->wait != SDC_WAIT_NONE) && HAL_TimeBefore(HAL_Ticks(), _timeout)) { in __mci_suspend()
/bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/osal/
A Dhal_os.h164 #define HAL_TimeBefore(a, b) OS_TimeBefore(a, b) macro

Completed in 9 milliseconds