Lines Matching full:cclk
390 if (host->cclk < 25000000) in mmci_reg_delay()
440 /* Make sure cclk reflects the current calculated clock */ in mmci_set_clkreg()
441 host->cclk = 0; in mmci_set_clkreg()
445 host->cclk = host->mclk; in mmci_set_clkreg()
450 host->cclk = host->mclk; in mmci_set_clkreg()
461 host->cclk = host->mclk / (clk + 2); in mmci_set_clkreg()
470 host->cclk = host->mclk / (2 * (clk + 1)); in mmci_set_clkreg()
480 host->mmc->actual_clock = host->cclk; in mmci_set_clkreg()
1245 clks = (unsigned long long)data->timeout_ns * host->cclk; in mmci_start_data()
1353 clks = (unsigned long long)host->mmc->max_busy_timeout * host->cclk; in mmci_start_command()
1355 clks = (unsigned long long)cmd->busy_timeout * host->cclk; in mmci_start_command()