Home
last modified time | relevance | path

Searched refs:busclk (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/powerpc/boot/
Dpq2.c35 u32 sccr, scmr, mainclk, busclk; in pq2_get_clocks() local
54 busclk = mainclk / (busdf + 1); in pq2_get_clocks()
59 *timebase = busclk / 4; in pq2_get_clocks()
71 *corefreq = busclk * coremult / 2; in pq2_get_clocks()
/linux-4.1.27/drivers/mmc/host/
Dsdhci-s3c.c691 struct clk *busclk = ourhost->clk_io; in sdhci_s3c_runtime_suspend() local
698 clk_disable_unprepare(busclk); in sdhci_s3c_runtime_suspend()
706 struct clk *busclk = ourhost->clk_io; in sdhci_s3c_runtime_resume() local
709 clk_prepare_enable(busclk); in sdhci_s3c_runtime_resume()