Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Ddw_mmc.c384 unsigned int cto_div; in dw_mci_set_cto() local
389 cto_div = (mci_readl(host, CLKDIV) & 0xff) * 2; in dw_mci_set_cto()
390 if (cto_div == 0) in dw_mci_set_cto()
391 cto_div = 1; in dw_mci_set_cto()
393 cto_ms = DIV_ROUND_UP_ULL((u64)MSEC_PER_SEC * cto_clks * cto_div, in dw_mci_set_cto()