Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Ddw_mmc.c169 unsigned int drto_div; in dwmci_get_drto() local
173 drto_div = (dwmci_readl(host, DWMCI_CLKDIV) & 0xff) * 2; in dwmci_get_drto()
174 if (drto_div == 0) in dwmci_get_drto()
175 drto_div = 1; in dwmci_get_drto()
177 drto_ms = DIV_ROUND_UP_ULL((u64)MSEC_PER_SEC * drto_clks * drto_div, in dwmci_get_drto()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Ddw_mmc.c1979 unsigned int drto_div; in dw_mci_set_drto() local
1984 drto_div = (mci_readl(host, CLKDIV) & 0xff) * 2; in dw_mci_set_drto()
1985 if (drto_div == 0) in dw_mci_set_drto()
1986 drto_div = 1; in dw_mci_set_drto()
1988 drto_ms = DIV_ROUND_UP_ULL((u64)MSEC_PER_SEC * drto_clks * drto_div, in dw_mci_set_drto()