Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Ddw_mmc.c350 dwmci_writel(host, DWMCI_CLKENA, 0);
365 dwmci_writel(host, DWMCI_CLKENA, DWMCI_CLKEN_ENABLE |
462 dwmci_writel(host, DWMCI_CLKENA, 0);
/external/u-boot/include/
Ddwmmc.h17 #define DWMCI_CLKENA 0x010 macro