Searched refs:clk_bus (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/mmc/host/
H A Dsdhci-s3c.c45 * @clk_bus: The clocks that are available for the SD/MMC bus clock.
57 struct clk *clk_bus[MAX_BUS_CLK]; member in struct:sdhci_s3c
113 struct clk *clksrc = ourhost->clk_bus[src]; sdhci_s3c_consider_clock()
187 struct clk *clk = ourhost->clk_bus[best_src]; sdhci_s3c_set_clock()
192 ourhost->clk_bus[ourhost->cur_clk]); sdhci_s3c_set_clock()
263 clk = ourhost->clk_bus[src]; sdhci_cmu_get_max_clock()
285 clk = ourhost->clk_bus[src]; sdhci_cmu_get_min_clock()
322 ret = clk_set_rate(ourhost->clk_bus[ourhost->cur_clk], clock); sdhci_cmu_set_clock()
511 sc->clk_bus[ptr] = devm_clk_get(dev, name); sdhci_s3c_probe()
512 if (IS_ERR(sc->clk_bus[ptr])) sdhci_s3c_probe()
516 sc->clk_rates[ptr] = clk_get_rate(sc->clk_bus[ptr]); sdhci_s3c_probe()
697 clk_disable_unprepare(ourhost->clk_bus[ourhost->cur_clk]); sdhci_s3c_runtime_suspend()
711 clk_prepare_enable(ourhost->clk_bus[ourhost->cur_clk]); sdhci_s3c_runtime_resume()
/linux-4.4.14/drivers/clk/hisilicon/
H A Dclk-hi6220.c119 { HI6220_USBOTG_HCLK, "usbotg_hclk", "clk_bus", CLK_SET_RATE_PARENT|CLK_IGNORE_UNUSED, 0x200, 4, 0, },
122 { HI6220_DACODEC_PCLK, "dacodec_pclk", "clk_bus", CLK_SET_RATE_PARENT|CLK_IGNORE_UNUSED, 0x210, 5, 0, },
123 { HI6220_EDMAC_ACLK, "edmac_aclk", "clk_bus", CLK_SET_RATE_PARENT|CLK_IGNORE_UNUSED, 0x220, 2, 0, },
134 { HI6220_TSENSOR_CLK, "tsensor_clk", "clk_bus", CLK_SET_RATE_PARENT|CLK_IGNORE_UNUSED, 0x230, 12, 0, },
169 { HI6220_CLK_BUS, "clk_bus", "clk_300m", CLK_SET_RATE_PARENT, 0x490, 0, 4, 7, },

Completed in 111 milliseconds