Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Ddw_mmc.c386 while (dwmci_readl(host, DWMCI_STATUS) & DWMCI_BUSY) {
534 while (dwmci_readl(host, DWMCI_STATUS) & DWMCI_BUSY) {
721 return !!(status & DWMCI_BUSY);
/OK3568_Linux_fs/u-boot/include/
H A Ddwmmc.h108 #define DWMCI_BUSY (1 << 9) macro