Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Ddw_mmc.c206 unsigned int cto_ms; in dwmci_get_cto() local
213 cto_ms = DIV_ROUND_UP_ULL((u64)MSEC_PER_SEC * cto_clks * cto_div, in dwmci_get_cto()
217 cto_ms += 10; in dwmci_get_cto()
219 return cto_ms; in dwmci_get_cto()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Ddw_mmc.c386 unsigned int cto_ms; in dw_mci_set_cto() local
394 cto_ms = DIV_ROUND_UP_ULL((u64)MSEC_PER_SEC * cto_clks * cto_div, in dw_mci_set_cto()
398 cto_ms += 10; in dw_mci_set_cto()
416 jiffies + msecs_to_jiffies(cto_ms) + 1); in dw_mci_set_cto()