cto_div 358 drivers/mmc/host/dw_mmc.c unsigned int cto_div; cto_div 363 drivers/mmc/host/dw_mmc.c cto_div = (mci_readl(host, CLKDIV) & 0xff) * 2; cto_div 364 drivers/mmc/host/dw_mmc.c if (cto_div == 0) cto_div 365 drivers/mmc/host/dw_mmc.c cto_div = 1; cto_div 367 drivers/mmc/host/dw_mmc.c cto_ms = DIV_ROUND_UP_ULL((u64)MSEC_PER_SEC * cto_clks * cto_div,