Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/arch/arc/boot/dts/
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 …]
/kernel/linux/linux-5.10/drivers/spi/
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()
/kernel/linux/linux-5.10/arch/arm64/boot/dts/microchip/
Dsparx5.dtsi90 ahb_clk: ahb-clk { label
143 clocks = <&ahb_clk>;
156 clocks = <&ahb_clk>;
172 clocks = <&ahb_clk>;
180 clocks = <&ahb_clk>;
270 clocks = <&ahb_clk>;
284 clocks = <&ahb_clk>;
291 clocks = <&ahb_clk>;
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_mdss.c21 struct clk *ahb_clk; member
139 clk_prepare_enable(mdp5_mdss->ahb_clk); in mdp5_mdss_enable()
157 clk_disable_unprepare(mdp5_mdss->ahb_clk); in mdp5_mdss_disable()
167 mdp5_mdss->ahb_clk = msm_clk_get(pdev, "iface"); in msm_mdss_get_clocks()
168 if (IS_ERR(mdp5_mdss->ahb_clk)) in msm_mdss_get_clocks()
169 mdp5_mdss->ahb_clk = NULL; in msm_mdss_get_clocks()
Dmdp5_kms.c308 clk_disable_unprepare(mdp5_kms->ahb_clk); in mdp5_disable()
323 clk_prepare_enable(mdp5_kms->ahb_clk); in mdp5_enable()
861 ret = get_clk(pdev, &mdp5_kms->ahb_clk, "iface", true); in mdp5_init()
/kernel/linux/linux-5.10/drivers/staging/media/sunxi/cedrus/
Dcedrus_hw.c152 clk_disable_unprepare(dev->ahb_clk); in cedrus_hw_suspend()
162 ret = clk_prepare_enable(dev->ahb_clk); in cedrus_hw_resume()
197 clk_disable_unprepare(dev->ahb_clk); in cedrus_hw_resume()
257 dev->ahb_clk = devm_clk_get(dev->dev, "ahb"); in cedrus_hw_probe()
258 if (IS_ERR(dev->ahb_clk)) { in cedrus_hw_probe()
261 ret = PTR_ERR(dev->ahb_clk); in cedrus_hw_probe()
Dcedrus.h173 struct clk *ahb_clk; member
/kernel/linux/linux-5.10/arch/mips/boot/dts/mscc/
Docelot.dtsi38 ahb_clk: ahb-clk { label
74 clocks = <&ahb_clk>;
89 clocks = <&ahb_clk>;
100 clocks = <&ahb_clk>;
113 clocks = <&ahb_clk>;
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dnspire.dtsi39 ahb_clk: ahb_clk { label
50 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 {
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/edp/
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()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/
Dnspire-clock.txt19 ahb_clk {
/kernel/linux/linux-5.10/drivers/clk/sunxi-ng/
Dccu-suniv-f1c100s.c117 static struct ccu_div ahb_clk = { variable
320 &ahb_clk.common,
411 [CLK_AHB] = &ahb_clk.common.hw,
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,
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mmc/
Dsdhci-milbeaut.txt26 clocks = <&clk 7>, <&ahb_clk>;
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dsi/phy/
Ddsi_phy.h84 struct clk *ahb_clk; member
Ddsi_phy.c563 ret = clk_prepare_enable(phy->ahb_clk); in dsi_phy_enable_resource()
574 clk_disable_unprepare(phy->ahb_clk); in dsi_phy_disable_resource()
698 phy->ahb_clk = msm_clk_get(pdev, "iface"); in dsi_phy_driver_probe()
699 if (IS_ERR(phy->ahb_clk)) { in dsi_phy_driver_probe()
701 ret = PTR_ERR(phy->ahb_clk); in dsi_phy_driver_probe()
/kernel/linux/linux-5.10/drivers/ata/
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()
/kernel/linux/linux-5.10/drivers/pci/controller/dwc/
Dpcie-qcom.c152 struct clk *ahb_clk; member
991 res->ahb_clk = devm_clk_get(dev, "ahb"); in qcom_pcie_get_resources_2_3_3()
992 if (IS_ERR(res->ahb_clk)) in qcom_pcie_get_resources_2_3_3()
993 return PTR_ERR(res->ahb_clk); in qcom_pcie_get_resources_2_3_3()
1015 clk_disable_unprepare(res->ahb_clk); in qcom_pcie_deinit_2_3_3()
1071 ret = clk_prepare_enable(res->ahb_clk); in qcom_pcie_init_2_3_3()
1112 clk_disable_unprepare(res->ahb_clk); in qcom_pcie_init_2_3_3()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0012_linux_drivers_ata.patch711 - imxpriv->ahb_clk = devm_clk_get(dev, "ahb");
712 - if (IS_ERR(imxpriv->ahb_clk)) {
714 - return PTR_ERR(imxpriv->ahb_clk);
724 - reg_val = clk_get_rate(imxpriv->ahb_clk) / 1000;
726 + imxpriv->ahb_clk = devm_clk_get(dev, "ahb");
727 + if (IS_ERR(imxpriv->ahb_clk)) {
734 + reg_val = clk_get_rate(imxpriv->ahb_clk) / 1000;
/kernel/linux/linux-5.10/drivers/clk/actions/
Dowl-s500.c211 static OWL_COMP_FIXED_FACTOR(ahb_clk, "ahb_clk", "h_clk",
431 &ahb_clk.common,
499 [CLK_AHB] = &ahb_clk.common.hw,
Dowl-s900.c162 static OWL_DIVIDER(ahb_clk, "ahb_clk", "noc_clk_div", CMU_BUSCLK, 4, 1, NULL, 0, 0);
515 &ahb_clk.common,
608 [CLK_AHB] = &ahb_clk.common.hw,
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
Dsunxi_nand.c241 struct clk *ahb_clk; member
2086 nfc->ahb_clk = devm_clk_get(dev, "ahb"); in sunxi_nfc_probe()
2087 if (IS_ERR(nfc->ahb_clk)) { in sunxi_nfc_probe()
2089 return PTR_ERR(nfc->ahb_clk); in sunxi_nfc_probe()
2092 ret = clk_prepare_enable(nfc->ahb_clk); in sunxi_nfc_probe()
2178 clk_disable_unprepare(nfc->ahb_clk); in sunxi_nfc_probe()
2194 clk_disable_unprepare(nfc->ahb_clk); in sunxi_nfc_remove()

12