Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Ddw_mmc.c125 len = dwmci_readl(host, DWMCI_STATUS); in dwmci_data_transfer()
139 len = dwmci_readl(host, DWMCI_STATUS); in dwmci_data_transfer()
206 while (dwmci_readl(host, DWMCI_STATUS) & DWMCI_BUSY) {
/external/u-boot/include/
Ddwmmc.h31 #define DWMCI_STATUS 0x048 macro