Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Ddw_mmc.c792 dwmci_writel(host, DWMCI_PWREN, 1);
794 dwmci_writel(host, DWMCI_PWREN, 0);
796 dwmci_writel(host, DWMCI_PWREN, 1);
798 dwmci_writel(host, DWMCI_PWREN, 1);
/OK3568_Linux_fs/u-boot/include/
H A Ddwmmc.h15 #define DWMCI_PWREN 0x004 macro