Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/arch/arc/boot/dts/
H 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 …]
/OK3568_Linux_fs/kernel/drivers/spi/
H 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()
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/microchip/
H A 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>;
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/mdp5/
H A 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()
/OK3568_Linux_fs/kernel/drivers/staging/media/sunxi/cedrus/
H A 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()
/OK3568_Linux_fs/kernel/drivers/rkflash/
H A Drknandc_base.c31 struct clk *ahb_clk; /* ahb clk gate*/ member
107 g_nandc_info.ahb_clk = devm_clk_get(&pdev->dev, "hclk_nandc"); in rknandc_probe()
111 unlikely(IS_ERR(g_nandc_info.ahb_clk))) { in rknandc_probe()
115 clk_prepare_enable(g_nandc_info.ahb_clk); in rknandc_probe()
H A Drksfc_base.c33 struct clk *ahb_clk; /* ahb clk gate*/ member
197 g_sfc_info.ahb_clk = devm_clk_get(&pdev->dev, "hclk_sfc"); in rksfc_probe()
200 unlikely(IS_ERR(g_sfc_info.ahb_clk))) { in rksfc_probe()
204 clk_prepare_enable(g_sfc_info.ahb_clk); in rksfc_probe()
/OK3568_Linux_fs/kernel/arch/mips/boot/dts/mscc/
H A Docelot.dtsi38 ahb_clk: ahb-clk { label
74 clocks = <&ahb_clk>;
89 clocks = <&ahb_clk>;
100 clocks = <&ahb_clk>;
113 clocks = <&ahb_clk>;
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dnspire.dtsi39 ahb_clk: ahb_clk { label
50 clocks = <&ahb_clk>;
H A Dste-u300.dts131 ahb_clk: ahb_subsys_clk@52M { label
143 clocks = <&ahb_clk>;
150 clocks = <&ahb_clk>;
H A Dnspire-classic.dtsi50 &ahb_clk {
H A Dnspire-cx.dts42 &ahb_clk {
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/edp/
H 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()
/OK3568_Linux_fs/kernel/drivers/clk/sunxi-ng/
H A Dccu-suniv-f1c100s.c117 static struct ccu_div ahb_clk = { variable
320 &ahb_clk.common,
411 [CLK_AHB] = &ahb_clk.common.hw,
H 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,
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H 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()
H A 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()
/OK3568_Linux_fs/kernel/drivers/ata/
H 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()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/
H A Dnspire-clock.txt19 ahb_clk {
/OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/
H A Dpcie-qcom.c152 struct clk *ahb_clk; member
989 res->ahb_clk = devm_clk_get(dev, "ahb"); in qcom_pcie_get_resources_2_3_3()
990 if (IS_ERR(res->ahb_clk)) in qcom_pcie_get_resources_2_3_3()
991 return PTR_ERR(res->ahb_clk); in qcom_pcie_get_resources_2_3_3()
1013 clk_disable_unprepare(res->ahb_clk); in qcom_pcie_deinit_2_3_3()
1069 ret = clk_prepare_enable(res->ahb_clk); in qcom_pcie_init_2_3_3()
1110 clk_disable_unprepare(res->ahb_clk); in qcom_pcie_init_2_3_3()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dsi/phy/
H A 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()
H A Ddsi_phy.h84 struct clk *ahb_clk; member
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mmc/
H A Dsdhci-milbeaut.txt26 clocks = <&clk 7>, <&ahb_clk>;
/OK3568_Linux_fs/kernel/drivers/clk/actions/
H A 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,
H A 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,

12