Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Ddw_mmc.c173 drto_div = (dwmci_readl(host, DWMCI_CLKDIV) & 0xff) * 2; in dwmci_get_drto()
209 cto_div = (dwmci_readl(host, DWMCI_CLKDIV) & 0xff) * 2; in dwmci_get_cto()
672 dwmci_writel(host, DWMCI_CLKDIV, div);
/OK3568_Linux_fs/u-boot/include/
H A Ddwmmc.h16 #define DWMCI_CLKDIV 0x008 macro