Searched refs:clk_bus (Results 1 – 9 of 9) sorted by relevance
96 clk_bus: clk_bus { label116 clocks = <&clk_bus>, <&clk_bus>;137 clocks = <&clk_bus>;144 clocks = <&clk_bus>;151 clocks = <&clk_bus>;159 clocks = <&clk_bus>;167 clocks = <&clk_bus>;175 clocks = <&clk_bus>;182 clocks = <&clk_bus>;189 clocks = <&clk_bus>;[all …]
126 struct clk *clk_bus[MAX_BUS_CLK]; member182 struct clk *clksrc = ourhost->clk_bus[src]; in sdhci_s3c_consider_clock()256 struct clk *clk = ourhost->clk_bus[best_src]; in sdhci_s3c_set_clock()261 ourhost->clk_bus[ourhost->cur_clk]); in sdhci_s3c_set_clock()332 clk = ourhost->clk_bus[src]; in sdhci_cmu_get_max_clock()354 clk = ourhost->clk_bus[src]; in sdhci_cmu_get_min_clock()390 ret = clk_set_rate(ourhost->clk_bus[ourhost->cur_clk], clock); in sdhci_cmu_set_clock()546 sc->clk_bus[ptr] = devm_clk_get(dev, name); in sdhci_s3c_probe()547 if (IS_ERR(sc->clk_bus[ptr])) in sdhci_s3c_probe()551 sc->clk_rates[ptr] = clk_get_rate(sc->clk_bus[ptr]); in sdhci_s3c_probe()[all …]
100 struct clk *clk_bus; member114 ret = clk_prepare_enable(scodec->clk_bus); in sun8i_codec_runtime_resume()131 clk_disable_unprepare(scodec->clk_bus); in sun8i_codec_runtime_resume()147 clk_disable_unprepare(scodec->clk_bus); in sun8i_codec_runtime_suspend()542 scodec->clk_bus = devm_clk_get(&pdev->dev, "bus"); in sun8i_codec_probe()543 if (IS_ERR(scodec->clk_bus)) { in sun8i_codec_probe()545 return PTR_ERR(scodec->clk_bus); in sun8i_codec_probe()600 clk_disable_unprepare(scodec->clk_bus); in sun8i_codec_remove()
475 phy->clk_bus = of_clk_get_by_name(node, "bus"); in sun8i_hdmi_phy_probe()476 if (IS_ERR(phy->clk_bus)) { in sun8i_hdmi_phy_probe()478 return PTR_ERR(phy->clk_bus); in sun8i_hdmi_phy_probe()528 ret = clk_prepare_enable(phy->clk_bus); in sun8i_hdmi_phy_probe()545 clk_disable_unprepare(phy->clk_bus); in sun8i_hdmi_phy_probe()559 clk_put(phy->clk_bus); in sun8i_hdmi_phy_probe()569 clk_disable_unprepare(phy->clk_bus); in sun8i_hdmi_phy_remove()579 clk_put(phy->clk_bus); in sun8i_hdmi_phy_remove()
161 struct clk *clk_bus; member
1456 if (gpu->clk_bus) { in etnaviv_gpu_clk_enable()1457 ret = clk_prepare_enable(gpu->clk_bus); in etnaviv_gpu_clk_enable()1480 if (gpu->clk_bus) in etnaviv_gpu_clk_enable()1481 clk_disable_unprepare(gpu->clk_bus); in etnaviv_gpu_clk_enable()1492 if (gpu->clk_bus) in etnaviv_gpu_clk_disable()1493 clk_disable_unprepare(gpu->clk_bus); in etnaviv_gpu_clk_disable()1758 gpu->clk_bus = devm_clk_get(&pdev->dev, "bus"); in etnaviv_gpu_platform_probe()1759 DBG("clk_bus: %p", gpu->clk_bus); in etnaviv_gpu_platform_probe()1760 if (IS_ERR(gpu->clk_bus)) in etnaviv_gpu_platform_probe()1761 gpu->clk_bus = NULL; in etnaviv_gpu_platform_probe()
144 struct clk *clk_bus; member
429 struct clk *clk_bus; member4478 pp->clk_bus = devm_clk_get(&pdev->dev, "bus"); in mvneta_probe()4479 if (!IS_ERR(pp->clk_bus)) in mvneta_probe()4480 clk_prepare_enable(pp->clk_bus); in mvneta_probe()4637 clk_disable_unprepare(pp->clk_bus); in mvneta_probe()4656 clk_disable_unprepare(pp->clk_bus); in mvneta_remove()4713 clk_disable_unprepare(pp->clk_bus); in mvneta_suspend()4727 if (!IS_ERR(pp->clk_bus)) in mvneta_resume()4728 clk_prepare_enable(pp->clk_bus); in mvneta_resume()