Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mmc/
H A Ddw_mmc.c184 unsigned int cto_ms; in dwmci_get_cto() local
191 cto_ms = DIV_ROUND_UP_ULL((u64)MSEC_PER_SEC * cto_clks * cto_div, in dwmci_get_cto()
195 cto_ms += 10; in dwmci_get_cto()
197 return cto_ms; in dwmci_get_cto()