Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Ddw_mmc.c91 ctrl = dwmci_readl(host, DWMCI_BMOD); in dwmci_prepare_data()
93 dwmci_writel(host, DWMCI_BMOD, ctrl); in dwmci_prepare_data()
498 dwmci_writel(host, DWMCI_BMOD, 1);
/openbmc/u-boot/include/
H A Ddwmmc.h43 #define DWMCI_BMOD 0x080 macro