Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Ddw_mmc.c172 drto_clks = dwmci_readl(host, DWMCI_TMOUT) >> 8; in dwmci_get_drto()
208 cto_clks = dwmci_readl(host, DWMCI_TMOUT) & 0xff; in dwmci_get_cto()
823 dwmci_writel(host, DWMCI_TMOUT, 0xFFFFFFFF);
/OK3568_Linux_fs/u-boot/include/
H A Ddwmmc.h19 #define DWMCI_TMOUT 0x014 macro