Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Ddw_mmc.c398 dwmci_writel(host, DWMCI_CLKENA, 0);
413 dwmci_writel(host, DWMCI_CLKENA, DWMCI_CLKEN_ENABLE |
510 dwmci_writel(host, DWMCI_CLKENA, 0);
/openbmc/u-boot/include/
H A Ddwmmc.h17 #define DWMCI_CLKENA 0x010 macro