Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Dtmio_mmc.h89 unsigned int clk_cache; member
Dtmio_mmc_pio.c980 host->clk_cache = ios->clock; in tmio_mmc_set_ios()
1247 if (host->clk_cache) in tmio_mmc_host_runtime_suspend()
1265 if (host->clk_cache) { in tmio_mmc_host_runtime_resume()
1266 tmio_mmc_set_clock(host, host->clk_cache); in tmio_mmc_host_runtime_resume()
/linux-4.4.14/sound/pci/asihpi/
Dasihpi.c115 struct clk_cache { struct
138 struct clk_cache cc; argument
2396 struct clk_cache *clkcache = &asihpi->cc; in snd_asihpi_clksrc_info()
2415 struct clk_cache *clkcache = &asihpi->cc; in snd_asihpi_clksrc_get()
2443 struct clk_cache *clkcache = &asihpi->cc; in snd_asihpi_clksrc_put()
2541 struct clk_cache *clkcache; in snd_asihpi_sampleclock_add()