Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Ddw_mmc.c294 dwmci_writel(host, DWMCI_CMD, flags);
402 dwmci_writel(host, DWMCI_CMD, DWMCI_CMD_PRV_DAT_WAIT |
406 status = dwmci_readl(host, DWMCI_CMD);
416 dwmci_writel(host, DWMCI_CMD, DWMCI_CMD_PRV_DAT_WAIT |
421 status = dwmci_readl(host, DWMCI_CMD);
/openbmc/u-boot/include/
H A Ddwmmc.h24 #define DWMCI_CMD 0x02C macro