Searched refs:SDXC_CardBusy (Results 1 – 2 of 2) sorted by relevance
1180 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()
501 #define SDXC_CardBusy BIT(9) macro
Completed in 10 milliseconds