Home
last modified time | relevance | path

Searched refs:ahb_clk (Results 1 – 24 of 24) sorted by relevance

/Linux-v4.19/arch/arc/boot/dts/
Dabilis_tb10x.dtsi71 ahb_clk: clkdiv_ahb { label
75 clock-output-names = "ahb_clk";
114 clocks = <&ahb_clk>;
130 clocks = <&ahb_clk>;
142 clocks = <&ahb_clk>;
151 clocks = <&ahb_clk>;
160 clocks = <&ahb_clk>;
169 clocks = <&ahb_clk>;
178 clocks = <&ahb_clk>;
190 clocks = <&ahb_clk>;
[all …]
Dabilis_tb100.dtsi36 ahb_clk: clkdiv_ahb { label
Dabilis_tb101.dtsi36 ahb_clk: clkdiv_ahb { label
/Linux-v4.19/drivers/spi/
Dspi-rb4xx.c140 struct clk *ahb_clk; in rb4xx_spi_probe() local
155 ahb_clk = devm_clk_get(&pdev->dev, "ahb"); in rb4xx_spi_probe()
156 if (IS_ERR(ahb_clk)) in rb4xx_spi_probe()
157 return PTR_ERR(ahb_clk); in rb4xx_spi_probe()
173 err = clk_prepare_enable(ahb_clk); in rb4xx_spi_probe()
179 rbspi->clk = ahb_clk; in rb4xx_spi_probe()
/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_mdss.c32 struct clk *ahb_clk; member
150 clk_prepare_enable(mdp5_mdss->ahb_clk); in mdp5_mdss_enable()
168 clk_disable_unprepare(mdp5_mdss->ahb_clk); in mdp5_mdss_disable()
178 mdp5_mdss->ahb_clk = msm_clk_get(pdev, "iface"); in msm_mdss_get_clocks()
179 if (IS_ERR(mdp5_mdss->ahb_clk)) in msm_mdss_get_clocks()
180 mdp5_mdss->ahb_clk = NULL; in msm_mdss_get_clocks()
Dmdp5_kms.c306 clk_disable_unprepare(mdp5_kms->ahb_clk); in mdp5_disable()
321 clk_prepare_enable(mdp5_kms->ahb_clk); in mdp5_enable()
949 ret = get_clk(pdev, &mdp5_kms->ahb_clk, "iface", true); in mdp5_init()
Dmdp5_kms.h64 struct clk *ahb_clk; member
/Linux-v4.19/arch/mips/boot/dts/mscc/
Docelot.dtsi38 ahb_clk: ahb-clk { label
74 clocks = <&ahb_clk>;
87 clocks = <&ahb_clk>;
100 clocks = <&ahb_clk>;
/Linux-v4.19/arch/arm/boot/dts/
Dnspire.dtsi43 ahb_clk: ahb_clk { label
54 clocks = <&ahb_clk>;
Dnspire-classic.dtsi50 &ahb_clk {
Dste-u300.dts131 ahb_clk: ahb_subsys_clk@52M { label
143 clocks = <&ahb_clk>;
150 clocks = <&ahb_clk>;
Dnspire-cx.dts42 &ahb_clk {
/Linux-v4.19/drivers/gpu/drm/msm/edp/
Dedp_ctrl.c74 struct clk *ahb_clk; member
172 ctrl->ahb_clk = msm_clk_get(pdev, "iface"); in edp_clk_init()
173 if (IS_ERR(ctrl->ahb_clk)) { in edp_clk_init()
174 ret = PTR_ERR(ctrl->ahb_clk); in edp_clk_init()
176 ctrl->ahb_clk = NULL; in edp_clk_init()
207 ret = clk_prepare_enable(ctrl->ahb_clk); in edp_clk_enable()
281 clk_disable_unprepare(ctrl->ahb_clk); in edp_clk_enable()
297 clk_disable_unprepare(ctrl->ahb_clk); in edp_clk_disable()
/Linux-v4.19/Documentation/devicetree/bindings/clock/
Dnspire-clock.txt19 ahb_clk {
/Linux-v4.19/drivers/pci/controller/dwc/
Dpcie-qcom.c137 struct clk *ahb_clk; member
941 res->ahb_clk = devm_clk_get(dev, "ahb"); in qcom_pcie_get_resources_2_3_3()
942 if (IS_ERR(res->ahb_clk)) in qcom_pcie_get_resources_2_3_3()
943 return PTR_ERR(res->ahb_clk); in qcom_pcie_get_resources_2_3_3()
965 clk_disable_unprepare(res->ahb_clk); in qcom_pcie_deinit_2_3_3()
1020 ret = clk_prepare_enable(res->ahb_clk); in qcom_pcie_init_2_3_3()
1061 clk_disable_unprepare(res->ahb_clk); in qcom_pcie_init_2_3_3()
/Linux-v4.19/drivers/gpu/drm/msm/dsi/phy/
Ddsi_phy.h85 struct clk *ahb_clk; member
Ddsi_phy.c473 ret = clk_prepare_enable(phy->ahb_clk); in dsi_phy_enable_resource()
484 clk_disable_unprepare(phy->ahb_clk); in dsi_phy_disable_resource()
598 phy->ahb_clk = msm_clk_get(pdev, "iface"); in dsi_phy_driver_probe()
599 if (IS_ERR(phy->ahb_clk)) { in dsi_phy_driver_probe()
601 ret = PTR_ERR(phy->ahb_clk); in dsi_phy_driver_probe()
/Linux-v4.19/drivers/ata/
Dahci_imx.c107 struct clk *ahb_clk; member
1099 imxpriv->ahb_clk = devm_clk_get(dev, "ahb"); in imx_ahci_probe()
1100 if (IS_ERR(imxpriv->ahb_clk)) { in imx_ahci_probe()
1102 return PTR_ERR(imxpriv->ahb_clk); in imx_ahci_probe()
1181 reg_val = clk_get_rate(imxpriv->ahb_clk) / 1000; in imx_ahci_probe()
/Linux-v4.19/drivers/clk/sunxi-ng/
Dccu-sun5i.c210 static struct ccu_div ahb_clk = { variable
529 &ahb_clk.common,
647 [CLK_AHB] = &ahb_clk.common.hw,
786 [CLK_AHB] = &ahb_clk.common.hw,
892 [CLK_AHB] = &ahb_clk.common.hw,
/Linux-v4.19/drivers/clk/actions/
Dowl-s900.c160 static OWL_DIVIDER(ahb_clk, "ahb_clk", "noc_clk_div", CMU_BUSCLK, 4, 1, NULL, 0, 0);
513 &ahb_clk.common,
606 [CLK_AHB] = &ahb_clk.common.hw,
/Linux-v4.19/drivers/mtd/nand/raw/
Dsunxi_nand.c238 struct clk *ahb_clk; member
2022 nfc->ahb_clk = devm_clk_get(dev, "ahb"); in sunxi_nfc_probe()
2023 if (IS_ERR(nfc->ahb_clk)) { in sunxi_nfc_probe()
2025 return PTR_ERR(nfc->ahb_clk); in sunxi_nfc_probe()
2028 ret = clk_prepare_enable(nfc->ahb_clk); in sunxi_nfc_probe()
2098 clk_disable_unprepare(nfc->ahb_clk); in sunxi_nfc_probe()
2114 clk_disable_unprepare(nfc->ahb_clk); in sunxi_nfc_remove()
/Linux-v4.19/drivers/gpu/drm/msm/dsi/
Ddsi_host.c210 struct clk *ahb_clk; in dsi_get_config() local
220 ahb_clk = msm_clk_get(msm_host->pdev, "iface"); in dsi_get_config()
221 if (IS_ERR(ahb_clk)) { in dsi_get_config()
234 ret = clk_prepare_enable(ahb_clk); in dsi_get_config()
251 clk_disable_unprepare(ahb_clk); in dsi_get_config()
/Linux-v4.19/Documentation/devicetree/bindings/pinctrl/
Dnvidia,tegra20-pinmux.txt108 ahb_clk, apb_clk, audio_sync, crt, dap1, dap2, dap3, dap4, dap5,
/Linux-v4.19/drivers/pinctrl/tegra/
Dpinctrl-tegra20.c1906 FUNCTION(ahb_clk),