/linux-6.6.21/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 …]
|
/linux-6.6.21/drivers/hwspinlock/ |
D | sun6i_hwspinlock.c | 32 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-6.6.21/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()
|
/linux-6.6.21/arch/mips/boot/dts/mscc/ |
D | jaguar2.dtsi | 42 ahb_clk: ahb-clk { label 78 clocks = <&ahb_clk>; 91 clocks = <&ahb_clk>; 151 clocks = <&ahb_clk>; 164 clocks = <&ahb_clk>;
|
D | serval.dtsi | 41 ahb_clk: ahb-clk { label 77 clocks = <&ahb_clk>; 90 clocks = <&ahb_clk>; 150 clocks = <&ahb_clk>;
|
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>;
|
D | luton.dtsi | 38 ahb_clk: ahb-clk { label 74 clocks = <&ahb_clk>; 89 clocks = <&ahb_clk>;
|
/linux-6.6.21/drivers/staging/media/sunxi/cedrus/ |
D | cedrus_hw.c | 177 clk_disable_unprepare(dev->ahb_clk); in cedrus_hw_suspend() 196 ret = clk_prepare_enable(dev->ahb_clk); in cedrus_hw_resume() 222 clk_disable_unprepare(dev->ahb_clk); in cedrus_hw_resume() 266 dev->ahb_clk = devm_clk_get(dev->dev, "ahb"); in cedrus_hw_probe() 267 if (IS_ERR(dev->ahb_clk)) { in cedrus_hw_probe() 270 ret = PTR_ERR(dev->ahb_clk); in cedrus_hw_probe()
|
D | cedrus.h | 190 struct clk *ahb_clk; member
|
/linux-6.6.21/arch/arm64/boot/dts/microchip/ |
D | sparx5.dtsi | 92 ahb_clk: ahb-clk { label 153 clocks = <&ahb_clk>; 166 clocks = <&ahb_clk>; 182 clocks = <&ahb_clk>; 190 clocks = <&ahb_clk>; 401 clocks = <&ahb_clk>; 415 clocks = <&ahb_clk>; 422 clocks = <&ahb_clk>;
|
/linux-6.6.21/arch/arm/boot/dts/nspire/ |
D | nspire.dtsi | 49 ahb_clk: ahb_clk { label 60 clocks = <&ahb_clk>;
|
D | nspire-classic.dtsi | 48 &ahb_clk {
|
D | nspire-cx.dts | 43 &ahb_clk {
|
/linux-6.6.21/Documentation/devicetree/bindings/clock/ |
D | nspire-clock.txt | 19 ahb_clk {
|
/linux-6.6.21/Documentation/devicetree/bindings/mmc/ |
D | sdhci-milbeaut.txt | 26 clocks = <&clk 7>, <&ahb_clk>;
|
/linux-6.6.21/drivers/clk/sunxi-ng/ |
D | ccu-suniv-f1c100s.c | 118 static struct ccu_div ahb_clk = { variable 328 &ahb_clk.common, 420 [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,
|
/linux-6.6.21/drivers/mtd/nand/raw/ |
D | rockchip-nand-controller.c | 171 struct clk *ahb_clk; member 431 rate = clk_get_rate(nfc->ahb_clk); in rk_nfc_setup_interface() 919 ret = clk_prepare_enable(nfc->ahb_clk); in rk_nfc_enable_clks() 932 clk_disable_unprepare(nfc->ahb_clk); in rk_nfc_disable_clks() 1395 nfc->ahb_clk = devm_clk_get(dev, "ahb"); in rk_nfc_probe() 1396 if (IS_ERR(nfc->ahb_clk)) { in rk_nfc_probe() 1398 ret = PTR_ERR(nfc->ahb_clk); in rk_nfc_probe()
|
/linux-6.6.21/drivers/ata/ |
D | ahci_imx.c | 96 struct clk *ahb_clk; member 1084 imxpriv->ahb_clk = devm_clk_get(dev, "ahb"); in imx_ahci_probe() 1085 if (IS_ERR(imxpriv->ahb_clk)) { in imx_ahci_probe() 1087 return PTR_ERR(imxpriv->ahb_clk); in imx_ahci_probe() 1166 reg_val = clk_get_rate(imxpriv->ahb_clk) / 1000; in imx_ahci_probe()
|
/linux-6.6.21/drivers/gpu/drm/msm/dsi/phy/ |
D | dsi_phy.c | 523 ret = clk_prepare_enable(phy->ahb_clk); in dsi_phy_enable_resource() 534 clk_disable_unprepare(phy->ahb_clk); in dsi_phy_disable_resource() 689 phy->ahb_clk = msm_clk_get(pdev, "iface"); in dsi_phy_driver_probe() 690 if (IS_ERR(phy->ahb_clk)) in dsi_phy_driver_probe() 691 return dev_err_probe(dev, PTR_ERR(phy->ahb_clk), in dsi_phy_driver_probe()
|
D | dsi_phy.h | 107 struct clk *ahb_clk; member
|
/linux-6.6.21/drivers/clk/actions/ |
D | owl-s500.c | 218 static OWL_COMP_FIXED_FACTOR(ahb_clk, "ahb_clk", "h_clk", 442 &ahb_clk.common, 512 [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,
|
/linux-6.6.21/Documentation/devicetree/bindings/i2c/ |
D | snps,designware-i2c.yaml | 143 clocks = <&ahb_clk>;
|
/linux-6.6.21/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_kms.c | 296 clk_disable_unprepare(mdp5_kms->ahb_clk); in mdp5_disable() 310 clk_prepare_enable(mdp5_kms->ahb_clk); in mdp5_enable() 820 ret = get_clk(pdev, &mdp5_kms->ahb_clk, "iface", true); in mdp5_init()
|