Searched refs:clk_update (Results 1 – 3 of 3) sorted by relevance
183 unsigned int (*clk_update)(struct tmio_mmc_host *host, member
548 host->clk_update = renesas_sdhi_clk_update; in renesas_sdhi_probe()
204 if (host->clk_update) in tmio_mmc_set_clock()205 clock = host->clk_update(host, new_clock) / 512; in tmio_mmc_set_clock()