Lines Matching full:cclk
394 if (host->cclk < 25000000) in mmci_reg_delay()
445 /* Make sure cclk reflects the current calculated clock */ in mmci_set_clkreg()
446 host->cclk = 0; in mmci_set_clkreg()
450 host->cclk = host->mclk; in mmci_set_clkreg()
455 host->cclk = host->mclk; in mmci_set_clkreg()
466 host->cclk = host->mclk / (clk + 2); in mmci_set_clkreg()
475 host->cclk = host->mclk / (2 * (clk + 1)); in mmci_set_clkreg()
485 host->mmc->actual_clock = host->cclk; in mmci_set_clkreg()
1250 clks = (unsigned long long)data->timeout_ns * host->cclk; in mmci_start_data()
1358 clks = (unsigned long long)host->mmc->max_busy_timeout * host->cclk; in mmci_start_command()
1360 clks = (unsigned long long)cmd->busy_timeout * host->cclk; in mmci_start_command()