/Linux-v4.19/arch/arc/boot/dts/ |
D | abilis_tb10x.dtsi | 71 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 …]
|
D | abilis_tb100.dtsi | 36 ahb_clk: clkdiv_ahb { label
|
D | abilis_tb101.dtsi | 36 ahb_clk: clkdiv_ahb { label
|
/Linux-v4.19/drivers/spi/ |
D | spi-rb4xx.c | 140 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/ |
D | mdp5_mdss.c | 32 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()
|
D | mdp5_kms.c | 306 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()
|
D | mdp5_kms.h | 64 struct clk *ahb_clk; member
|
/Linux-v4.19/arch/mips/boot/dts/mscc/ |
D | ocelot.dtsi | 38 ahb_clk: ahb-clk { label 74 clocks = <&ahb_clk>; 87 clocks = <&ahb_clk>; 100 clocks = <&ahb_clk>;
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | nspire.dtsi | 43 ahb_clk: ahb_clk { label 54 clocks = <&ahb_clk>;
|
D | nspire-classic.dtsi | 50 &ahb_clk {
|
D | ste-u300.dts | 131 ahb_clk: ahb_subsys_clk@52M { label 143 clocks = <&ahb_clk>; 150 clocks = <&ahb_clk>;
|
D | nspire-cx.dts | 42 &ahb_clk {
|
/Linux-v4.19/drivers/gpu/drm/msm/edp/ |
D | edp_ctrl.c | 74 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/ |
D | nspire-clock.txt | 19 ahb_clk {
|
/Linux-v4.19/drivers/pci/controller/dwc/ |
D | pcie-qcom.c | 137 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/ |
D | dsi_phy.h | 85 struct clk *ahb_clk; member
|
D | dsi_phy.c | 473 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/ |
D | ahci_imx.c | 107 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/ |
D | ccu-sun5i.c | 210 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/ |
D | owl-s900.c | 160 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/ |
D | sunxi_nand.c | 238 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/ |
D | dsi_host.c | 210 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/ |
D | nvidia,tegra20-pinmux.txt | 108 ahb_clk, apb_clk, audio_sync, crt, dap1, dap2, dap3, dap4, dap5,
|
/Linux-v4.19/drivers/pinctrl/tegra/ |
D | pinctrl-tegra20.c | 1906 FUNCTION(ahb_clk),
|