Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Ddw_mmc.c275 len = dwmci_readl(host, DWMCI_STATUS); in dwmci_data_transfer()
305 len = dwmci_readl(host, DWMCI_STATUS); in dwmci_data_transfer()
386 while (dwmci_readl(host, DWMCI_STATUS) & DWMCI_BUSY) {
534 while (dwmci_readl(host, DWMCI_STATUS) & DWMCI_BUSY) {
719 status = dwmci_readl(host, DWMCI_STATUS);
/OK3568_Linux_fs/u-boot/include/
H A Ddwmmc.h32 #define DWMCI_STATUS 0x048 macro