Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Ddw_mmc.c103 *len = dwmci_readl(host, DWMCI_STATUS); in dwmci_fifo_ready()
106 *len = dwmci_readl(host, DWMCI_STATUS); in dwmci_fifo_ready()
238 while (dwmci_readl(host, DWMCI_STATUS) & DWMCI_BUSY) {
/openbmc/u-boot/include/
H A Ddwmmc.h31 #define DWMCI_STATUS 0x048 macro