/kernel/linux/linux-5.10/arch/arc/boot/dts/ |
D | abilis_tb10x.dtsi | 59 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/ |
D | spi-rb4xx.c | 137 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/ |
D | sparx5.dtsi | 90 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/ |
D | mdp5_mdss.c | 21 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()
|
D | mdp5_kms.c | 308 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/ |
D | cedrus_hw.c | 152 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()
|
D | cedrus.h | 173 struct clk *ahb_clk; member
|
/kernel/linux/linux-5.10/arch/mips/boot/dts/mscc/ |
D | ocelot.dtsi | 38 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/ |
D | nspire.dtsi | 39 ahb_clk: ahb_clk { label 50 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 {
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/edp/ |
D | edp_ctrl.c | 66 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/ |
D | nspire-clock.txt | 19 ahb_clk {
|
/kernel/linux/linux-5.10/drivers/clk/sunxi-ng/ |
D | ccu-suniv-f1c100s.c | 117 static struct ccu_div ahb_clk = { variable 320 &ahb_clk.common, 411 [CLK_AHB] = &ahb_clk.common.hw,
|
D | ccu-sun5i.c | 203 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/ |
D | sdhci-milbeaut.txt | 26 clocks = <&clk 7>, <&ahb_clk>;
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dsi/phy/ |
D | dsi_phy.h | 84 struct clk *ahb_clk; member
|
D | dsi_phy.c | 563 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/ |
D | ahci_imx.c | 96 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/ |
D | pcie-qcom.c | 152 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/ |
D | 0012_linux_drivers_ata.patch | 711 - 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/ |
D | owl-s500.c | 211 static OWL_COMP_FIXED_FACTOR(ahb_clk, "ahb_clk", "h_clk", 431 &ahb_clk.common, 499 [CLK_AHB] = &ahb_clk.common.hw,
|
D | owl-s900.c | 162 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/ |
D | sunxi_nand.c | 241 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()
|