Home
last modified time | relevance | path

Searched refs:clk_cache (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/mmc/host/
H A Dtmio_mmc_core.c1007 host->clk_cache = ios->clock; in tmio_mmc_set_ios()
1288 if (host->clk_cache) in tmio_mmc_host_runtime_suspend()
1304 if (host->clk_cache) in tmio_mmc_host_runtime_resume()
1305 host->set_clock(host, host->clk_cache); in tmio_mmc_host_runtime_resume()
H A Dtmio_mmc.h168 unsigned int clk_cache; member
H A Drenesas_sdhi_core.c591 renesas_sdhi_set_clock(host, host->clk_cache); in renesas_sdhi_reset()
/linux/sound/pci/asihpi/
H A Dasihpi.c93 struct clk_cache { struct
115 struct clk_cache cc; argument
2305 struct clk_cache *clkcache = &asihpi->cc; in snd_asihpi_clksrc_info()
2324 struct clk_cache *clkcache = &asihpi->cc; in snd_asihpi_clksrc_get()
2352 struct clk_cache *clkcache = &asihpi->cc; in snd_asihpi_clksrc_put()
2450 struct clk_cache *clkcache; in snd_asihpi_sampleclock_add()