Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mmc/host/
Ddw_mmc.c364 unsigned int cto_div; in dw_mci_set_cto() local
369 cto_div = (mci_readl(host, CLKDIV) & 0xff) * 2; in dw_mci_set_cto()
370 if (cto_div == 0) in dw_mci_set_cto()
371 cto_div = 1; in dw_mci_set_cto()
373 cto_ms = DIV_ROUND_UP_ULL((u64)MSEC_PER_SEC * cto_clks * cto_div, in dw_mci_set_cto()