Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Ddw_mmc.c2002 unsigned int drto_div; in dw_mci_set_drto() local
2010 drto_div = (mci_readl(host, CLKDIV) & 0xff) * 2; in dw_mci_set_drto()
2011 if (drto_div == 0) in dw_mci_set_drto()
2012 drto_div = 1; in dw_mci_set_drto()
2014 drto_ms = DIV_ROUND_UP_ULL((u64)MSEC_PER_SEC * drto_clks * drto_div, in dw_mci_set_drto()