Home
last modified time | relevance | path

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

12

/linux/arch/arc/boot/dts/
A Dabilis_tb10x.dtsi59 ahb_clk: clkdiv_ahb { label
63 clock-output-names = "ahb_clk";
102 clocks = <&ahb_clk>;
118 clocks = <&ahb_clk>;
130 clocks = <&ahb_clk>;
139 clocks = <&ahb_clk>;
148 clocks = <&ahb_clk>;
157 clocks = <&ahb_clk>;
166 clocks = <&ahb_clk>;
178 clocks = <&ahb_clk>;
[all …]
/linux/drivers/hwspinlock/
A Dsun6i_hwspinlock.c32 struct clk *ahb_clk; member
87 clk_disable_unprepare(priv->ahb_clk); in sun6i_hwspinlock_disable()
107 priv->ahb_clk = devm_clk_get(&pdev->dev, "ahb"); in sun6i_hwspinlock_probe()
108 if (IS_ERR(priv->ahb_clk)) { in sun6i_hwspinlock_probe()
109 err = PTR_ERR(priv->ahb_clk); in sun6i_hwspinlock_probe()
125 err = clk_prepare_enable(priv->ahb_clk); in sun6i_hwspinlock_probe()
186 clk_disable_unprepare(priv->ahb_clk); in sun6i_hwspinlock_probe()
/linux/drivers/spi/
A Dspi-rb4xx.c137 struct clk *ahb_clk; in rb4xx_spi_probe() local
150 ahb_clk = devm_clk_get(&pdev->dev, "ahb"); in rb4xx_spi_probe()
151 if (IS_ERR(ahb_clk)) in rb4xx_spi_probe()
152 return PTR_ERR(ahb_clk); in rb4xx_spi_probe()
165 rbspi->clk = ahb_clk; in rb4xx_spi_probe()
174 err = clk_prepare_enable(ahb_clk); in rb4xx_spi_probe()
/linux/arch/mips/boot/dts/mscc/
A Djaguar2.dtsi42 ahb_clk: ahb-clk { label
78 clocks = <&ahb_clk>;
91 clocks = <&ahb_clk>;
151 clocks = <&ahb_clk>;
164 clocks = <&ahb_clk>;
A Dserval.dtsi41 ahb_clk: ahb-clk { label
77 clocks = <&ahb_clk>;
90 clocks = <&ahb_clk>;
150 clocks = <&ahb_clk>;
A Docelot.dtsi38 ahb_clk: ahb-clk { label
74 clocks = <&ahb_clk>;
89 clocks = <&ahb_clk>;
100 clocks = <&ahb_clk>;
113 clocks = <&ahb_clk>;
A Dluton.dtsi38 ahb_clk: ahb-clk { label
74 clocks = <&ahb_clk>;
89 clocks = <&ahb_clk>;
/linux/drivers/staging/media/sunxi/cedrus/
A Dcedrus_hw.c154 clk_disable_unprepare(dev->ahb_clk); in cedrus_hw_suspend()
164 ret = clk_prepare_enable(dev->ahb_clk); in cedrus_hw_resume()
199 clk_disable_unprepare(dev->ahb_clk); in cedrus_hw_resume()
241 dev->ahb_clk = devm_clk_get(dev->dev, "ahb"); in cedrus_hw_probe()
242 if (IS_ERR(dev->ahb_clk)) { in cedrus_hw_probe()
245 ret = PTR_ERR(dev->ahb_clk); in cedrus_hw_probe()
/linux/drivers/gpu/drm/msm/disp/mdp5/
A Dmdp5_mdss.c21 struct clk *ahb_clk; member
138 clk_prepare_enable(mdp5_mdss->ahb_clk); in mdp5_mdss_enable()
152 clk_disable_unprepare(mdp5_mdss->ahb_clk); in mdp5_mdss_disable()
162 mdp5_mdss->ahb_clk = msm_clk_get(pdev, "iface"); in msm_mdss_get_clocks()
163 if (IS_ERR(mdp5_mdss->ahb_clk)) in msm_mdss_get_clocks()
164 mdp5_mdss->ahb_clk = NULL; in msm_mdss_get_clocks()
/linux/arch/arm64/boot/dts/microchip/
A Dsparx5.dtsi90 ahb_clk: ahb-clk { label
151 clocks = <&ahb_clk>;
164 clocks = <&ahb_clk>;
180 clocks = <&ahb_clk>;
188 clocks = <&ahb_clk>;
399 clocks = <&ahb_clk>;
413 clocks = <&ahb_clk>;
420 clocks = <&ahb_clk>;
/linux/arch/arm/boot/dts/
A Dnspire.dtsi39 ahb_clk: ahb_clk { label
50 clocks = <&ahb_clk>;
A Dnspire-classic.dtsi50 &ahb_clk {
A Dnspire-cx.dts42 &ahb_clk {
/linux/drivers/gpu/drm/msm/edp/
A Dedp_ctrl.c66 struct clk *ahb_clk; member
163 ctrl->ahb_clk = msm_clk_get(pdev, "iface"); in edp_clk_init()
164 if (IS_ERR(ctrl->ahb_clk)) { in edp_clk_init()
165 ret = PTR_ERR(ctrl->ahb_clk); in edp_clk_init()
167 ctrl->ahb_clk = NULL; in edp_clk_init()
198 ret = clk_prepare_enable(ctrl->ahb_clk); in edp_clk_enable()
272 clk_disable_unprepare(ctrl->ahb_clk); in edp_clk_enable()
288 clk_disable_unprepare(ctrl->ahb_clk); in edp_clk_disable()
/linux/drivers/clk/sunxi-ng/
A Dccu-suniv-f1c100s.c117 static struct ccu_div ahb_clk = { variable
320 &ahb_clk.common,
411 [CLK_AHB] = &ahb_clk.common.hw,
A Dccu-sun5i.c203 static struct ccu_div ahb_clk = { variable
522 &ahb_clk.common,
650 [CLK_AHB] = &ahb_clk.common.hw,
789 [CLK_AHB] = &ahb_clk.common.hw,
895 [CLK_AHB] = &ahb_clk.common.hw,
/linux/drivers/mtd/nand/raw/
A Drockchip-nand-controller.c172 struct clk *ahb_clk; member
432 rate = clk_get_rate(nfc->ahb_clk); in rk_nfc_setup_interface()
911 ret = clk_prepare_enable(nfc->ahb_clk); in rk_nfc_enable_clks()
926 clk_disable_unprepare(nfc->ahb_clk); in rk_nfc_disable_clks()
1393 nfc->ahb_clk = devm_clk_get(dev, "ahb"); in rk_nfc_probe()
1394 if (IS_ERR(nfc->ahb_clk)) { in rk_nfc_probe()
1396 ret = PTR_ERR(nfc->ahb_clk); in rk_nfc_probe()
/linux/Documentation/devicetree/bindings/hwmon/
A Dmicrochip,sparx5-temp.yaml43 clocks = <&ahb_clk>;
/linux/Documentation/devicetree/bindings/clock/
A Dnspire-clock.txt19 ahb_clk {
/linux/drivers/ata/
A Dahci_imx.c96 struct clk *ahb_clk; member
1079 imxpriv->ahb_clk = devm_clk_get(dev, "ahb"); in imx_ahci_probe()
1080 if (IS_ERR(imxpriv->ahb_clk)) { in imx_ahci_probe()
1082 return PTR_ERR(imxpriv->ahb_clk); in imx_ahci_probe()
1161 reg_val = clk_get_rate(imxpriv->ahb_clk) / 1000; in imx_ahci_probe()
/linux/Documentation/devicetree/bindings/mmc/
A Dsdhci-milbeaut.txt26 clocks = <&clk 7>, <&ahb_clk>;
/linux/drivers/clk/actions/
A Dowl-s500.c218 static OWL_COMP_FIXED_FACTOR(ahb_clk, "ahb_clk", "h_clk",
442 &ahb_clk.common,
512 [CLK_AHB] = &ahb_clk.common.hw,
/linux/drivers/gpu/drm/msm/dsi/phy/
A Ddsi_phy.c593 ret = clk_prepare_enable(phy->ahb_clk); in dsi_phy_enable_resource()
604 clk_disable_unprepare(phy->ahb_clk); in dsi_phy_disable_resource()
748 phy->ahb_clk = msm_clk_get(pdev, "iface"); in dsi_phy_driver_probe()
749 if (IS_ERR(phy->ahb_clk)) { in dsi_phy_driver_probe()
751 ret = PTR_ERR(phy->ahb_clk); in dsi_phy_driver_probe()
A Ddsi_phy.h97 struct clk *ahb_clk; member
/linux/drivers/pci/controller/dwc/
A Dpcie-qcom.c157 struct clk *ahb_clk; member
1005 res->ahb_clk = devm_clk_get(dev, "ahb"); in qcom_pcie_get_resources_2_3_3()
1006 if (IS_ERR(res->ahb_clk)) in qcom_pcie_get_resources_2_3_3()
1007 return PTR_ERR(res->ahb_clk); in qcom_pcie_get_resources_2_3_3()
1029 clk_disable_unprepare(res->ahb_clk); in qcom_pcie_deinit_2_3_3()
1085 ret = clk_prepare_enable(res->ahb_clk); in qcom_pcie_init_2_3_3()
1126 clk_disable_unprepare(res->ahb_clk); in qcom_pcie_init_2_3_3()

Completed in 47 milliseconds

12