Searched refs:drto_div (Results 1 – 2 of 2) sorted by relevance
169 unsigned int drto_div; in dwmci_get_drto() local173 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()
1979 unsigned int drto_div; in dw_mci_set_drto() local1984 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()