Home
last modified time | relevance | path

Searched refs:clk_update (Results 1 – 3 of 3) sorted by relevance

/drivers/mmc/host/
Dtmio_mmc.h183 unsigned int (*clk_update)(struct tmio_mmc_host *host, member
Drenesas_sdhi_core.c548 host->clk_update = renesas_sdhi_clk_update; in renesas_sdhi_probe()
Dtmio_mmc_core.c204 if (host->clk_update) in tmio_mmc_set_clock()
205 clock = host->clk_update(host, new_clock) / 512; in tmio_mmc_set_clock()