Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mmc/
H A Ddw_mmc.c262 len = dwmci_readl(host, DWMCI_STATUS); in dwmci_data_transfer()
292 len = dwmci_readl(host, DWMCI_STATUS); in dwmci_data_transfer()
372 while (dwmci_readl(host, DWMCI_STATUS) & DWMCI_BUSY) {
528 while (dwmci_readl(host, DWMCI_STATUS) & DWMCI_BUSY) {
713 status = dwmci_readl(host, DWMCI_STATUS);
/rk3399_rockchip-uboot/include/
H A Ddwmmc.h32 #define DWMCI_STATUS 0x048 macro