Home
last modified time | relevance | path

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

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