Lines Matching full:cclk
358 if (host->cclk < 25000000) in mmci_reg_delay()
408 /* Make sure cclk reflects the current calculated clock */ in mmci_set_clkreg()
409 host->cclk = 0; in mmci_set_clkreg()
413 host->cclk = host->mclk; in mmci_set_clkreg()
418 host->cclk = host->mclk; in mmci_set_clkreg()
429 host->cclk = host->mclk / (clk + 2); in mmci_set_clkreg()
438 host->cclk = host->mclk / (2 * (clk + 1)); in mmci_set_clkreg()
448 host->mmc->actual_clock = host->cclk; in mmci_set_clkreg()
1142 clks = (unsigned long long)data->timeout_ns * host->cclk; in mmci_start_data()
1245 clks = (unsigned long long)host->mmc->max_busy_timeout * host->cclk; in mmci_start_command()
1247 clks = (unsigned long long)cmd->busy_timeout * host->cclk; in mmci_start_command()