Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mmc/
H A Ddw_mmc.c183 unsigned int cto_div; in dwmci_get_cto() local
187 cto_div = (dwmci_readl(host, DWMCI_CLKDIV) & 0xff) * 2; in dwmci_get_cto()
188 if (cto_div == 0) in dwmci_get_cto()
189 cto_div = 1; in dwmci_get_cto()
191 cto_ms = DIV_ROUND_UP_ULL((u64)MSEC_PER_SEC * cto_clks * cto_div, in dwmci_get_cto()