Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/
A Dhal_sdhost.c1180 return mci_readl(host, SDXC_REG_STAS) & SDXC_CardBusy; in HAL_SDC_Is_Busy()
1187 if(!(mci_readl(host, SDXC_REG_STAS) & SDXC_CardBusy)){ in __mci_check_busy_over()
1195 (unsigned int)SDXC_CardBusy,\ in __mci_check_busy_over()
1196 (unsigned int)mci_readl(host, SDXC_CardBusy),\ in __mci_check_busy_over()
1201 (unsigned int)SDXC_CardBusy,\ in __mci_check_busy_over()
1202 (unsigned int)mci_readl(host, SDXC_CardBusy),\ in __mci_check_busy_over()
A D_sdhost.h501 #define SDXC_CardBusy BIT(9) macro

Completed in 10 milliseconds