Home
last modified time | relevance | path

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

/drivers/mmc/host/
Ddw_mmc.c363 unsigned int cto_div; in dw_mci_set_cto() local
368 cto_div = (mci_readl(host, CLKDIV) & 0xff) * 2; in dw_mci_set_cto()
369 if (cto_div == 0) in dw_mci_set_cto()
370 cto_div = 1; in dw_mci_set_cto()
372 cto_ms = DIV_ROUND_UP_ULL((u64)MSEC_PER_SEC * cto_clks * cto_div, in dw_mci_set_cto()