Searched refs:DWMCI_BUSY (Results 1 – 2 of 2) sorted by relevance
/u-boot/include/ | ||
A D | dwmmc.h | 111 #define DWMCI_BUSY (1 << 9) macro |
/u-boot/drivers/mmc/ | ||
A D | dw_mmc.c | 262 while (dwmci_readl(host, DWMCI_STATUS) & DWMCI_BUSY) { |
Completed in 5 milliseconds