| /kernel/linux/linux-6.6/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/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-6.6/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()
|
| /kernel/linux/linux-5.10/drivers/clk/spear/ |
| D | spear6xx_clock.c | 105 static const char *ddr_parents[] = { "ahb_clk", "ahbmult2_clk", "none", 157 clk = clk_register_divider(NULL, "ahb_clk", "pll1_clk", in spear6xx_clk_init() 160 clk_register_clkdev(clk, "ahb_clk", NULL); in spear6xx_clk_init() 275 clk = clk_register_fixed_factor(NULL, "ahbmult2_clk", "ahb_clk", 0, 2, in spear6xx_clk_init() 284 clk = clk_register_divider(NULL, "apb_clk", "ahb_clk", in spear6xx_clk_init() 289 clk = clk_register_gate(NULL, "dma_clk", "ahb_clk", 0, PERIP1_CLK_ENB, in spear6xx_clk_init() 293 clk = clk_register_gate(NULL, "fsmc_clk", "ahb_clk", 0, PERIP1_CLK_ENB, in spear6xx_clk_init() 297 clk = clk_register_gate(NULL, "gmac_clk", "ahb_clk", 0, PERIP1_CLK_ENB, in spear6xx_clk_init() 301 clk = clk_register_gate(NULL, "i2c_clk", "ahb_clk", 0, PERIP1_CLK_ENB, in spear6xx_clk_init() 305 clk = clk_register_gate(NULL, "jpeg_clk", "ahb_clk", 0, PERIP1_CLK_ENB, in spear6xx_clk_init() [all …]
|
| D | spear1340_clock.c | 580 clk = clk_register_mux(NULL, "ahb_clk", ahb_parents, in spear1340_clk_init() 584 clk_register_clkdev(clk, "ahb_clk", NULL); in spear1340_clk_init() 586 clk = clk_register_fixed_factor(NULL, "apb_clk", "ahb_clk", 0, 1, in spear1340_clk_init() 786 clk = clk_register_gate(NULL, "i2c0_clk", "ahb_clk", 0, in spear1340_clk_init() 791 clk = clk_register_gate(NULL, "i2c1_clk", "ahb_clk", 0, in spear1340_clk_init() 796 clk = clk_register_gate(NULL, "dma_clk", "ahb_clk", 0, in spear1340_clk_init() 802 clk = clk_register_gate(NULL, "gmac_clk", "ahb_clk", 0, in spear1340_clk_init() 807 clk = clk_register_gate(NULL, "fsmc_clk", "ahb_clk", 0, in spear1340_clk_init() 812 clk = clk_register_gate(NULL, "smi_clk", "ahb_clk", 0, in spear1340_clk_init() 817 clk = clk_register_gate(NULL, "usbh0_clk", "ahb_clk", 0, in spear1340_clk_init() [all …]
|
| D | spear3xx_clock.c | 137 static const char *ddr_parents[] = { "ahb_clk", "ahbmult2_clk", "none", 431 clk = clk_register_divider(NULL, "ahb_clk", "pll1_clk", in spear3xx_clk_init() 434 clk_register_clkdev(clk, "ahb_clk", NULL); in spear3xx_clk_init() 556 clk = clk_register_fixed_factor(NULL, "ahbmult2_clk", "ahb_clk", 0, 2, in spear3xx_clk_init() 565 clk = clk_register_divider(NULL, "apb_clk", "ahb_clk", in spear3xx_clk_init() 570 clk = clk_register_gate(NULL, "amem_clk", "ahb_clk", 0, AMEM_CLK_CFG, in spear3xx_clk_init() 574 clk = clk_register_gate(NULL, "c3_clk", "ahb_clk", 0, PERIP1_CLK_ENB, in spear3xx_clk_init() 578 clk = clk_register_gate(NULL, "dma_clk", "ahb_clk", 0, PERIP1_CLK_ENB, in spear3xx_clk_init() 582 clk = clk_register_gate(NULL, "gmac_clk", "ahb_clk", 0, PERIP1_CLK_ENB, in spear3xx_clk_init() 586 clk = clk_register_gate(NULL, "i2c0_clk", "ahb_clk", 0, PERIP1_CLK_ENB, in spear3xx_clk_init() [all …]
|
| D | spear1310_clock.c | 503 clk = clk_register_fixed_factor(NULL, "ahb_clk", "pll1_clk", 0, 1, in spear1310_clk_init() 505 clk_register_clkdev(clk, "ahb_clk", NULL); in spear1310_clk_init() 689 clk = clk_register_gate(NULL, "i2c0_clk", "ahb_clk", 0, in spear1310_clk_init() 694 clk = clk_register_gate(NULL, "dma_clk", "ahb_clk", 0, in spear1310_clk_init() 700 clk = clk_register_gate(NULL, "jpeg_clk", "ahb_clk", 0, in spear1310_clk_init() 705 clk = clk_register_gate(NULL, "gmac_clk", "ahb_clk", 0, in spear1310_clk_init() 710 clk = clk_register_gate(NULL, "fsmc_clk", "ahb_clk", 0, in spear1310_clk_init() 715 clk = clk_register_gate(NULL, "smi_clk", "ahb_clk", 0, in spear1310_clk_init() 720 clk = clk_register_gate(NULL, "usbh0_clk", "ahb_clk", 0, in spear1310_clk_init() 726 clk = clk_register_gate(NULL, "usbh1_clk", "ahb_clk", 0, in spear1310_clk_init() [all …]
|
| /kernel/linux/linux-6.6/drivers/clk/spear/ |
| D | spear6xx_clock.c | 103 static const char *ddr_parents[] = { "ahb_clk", "ahbmult2_clk", "none", 155 clk = clk_register_divider(NULL, "ahb_clk", "pll1_clk", in spear6xx_clk_init() 158 clk_register_clkdev(clk, "ahb_clk", NULL); in spear6xx_clk_init() 273 clk = clk_register_fixed_factor(NULL, "ahbmult2_clk", "ahb_clk", 0, 2, in spear6xx_clk_init() 282 clk = clk_register_divider(NULL, "apb_clk", "ahb_clk", in spear6xx_clk_init() 287 clk = clk_register_gate(NULL, "dma_clk", "ahb_clk", 0, PERIP1_CLK_ENB, in spear6xx_clk_init() 291 clk = clk_register_gate(NULL, "fsmc_clk", "ahb_clk", 0, PERIP1_CLK_ENB, in spear6xx_clk_init() 295 clk = clk_register_gate(NULL, "gmac_clk", "ahb_clk", 0, PERIP1_CLK_ENB, in spear6xx_clk_init() 299 clk = clk_register_gate(NULL, "i2c_clk", "ahb_clk", 0, PERIP1_CLK_ENB, in spear6xx_clk_init() 303 clk = clk_register_gate(NULL, "jpeg_clk", "ahb_clk", 0, PERIP1_CLK_ENB, in spear6xx_clk_init() [all …]
|
| D | spear1340_clock.c | 577 clk = clk_register_mux(NULL, "ahb_clk", ahb_parents, in spear1340_clk_init() 581 clk_register_clkdev(clk, "ahb_clk", NULL); in spear1340_clk_init() 583 clk = clk_register_fixed_factor(NULL, "apb_clk", "ahb_clk", 0, 1, in spear1340_clk_init() 783 clk = clk_register_gate(NULL, "i2c0_clk", "ahb_clk", 0, in spear1340_clk_init() 788 clk = clk_register_gate(NULL, "i2c1_clk", "ahb_clk", 0, in spear1340_clk_init() 793 clk = clk_register_gate(NULL, "dma_clk", "ahb_clk", 0, in spear1340_clk_init() 799 clk = clk_register_gate(NULL, "gmac_clk", "ahb_clk", 0, in spear1340_clk_init() 804 clk = clk_register_gate(NULL, "fsmc_clk", "ahb_clk", 0, in spear1340_clk_init() 809 clk = clk_register_gate(NULL, "smi_clk", "ahb_clk", 0, in spear1340_clk_init() 814 clk = clk_register_gate(NULL, "usbh0_clk", "ahb_clk", 0, in spear1340_clk_init() [all …]
|
| D | spear3xx_clock.c | 135 static const char *ddr_parents[] = { "ahb_clk", "ahbmult2_clk", "none", 429 clk = clk_register_divider(NULL, "ahb_clk", "pll1_clk", in spear3xx_clk_init() 432 clk_register_clkdev(clk, "ahb_clk", NULL); in spear3xx_clk_init() 554 clk = clk_register_fixed_factor(NULL, "ahbmult2_clk", "ahb_clk", 0, 2, in spear3xx_clk_init() 563 clk = clk_register_divider(NULL, "apb_clk", "ahb_clk", in spear3xx_clk_init() 568 clk = clk_register_gate(NULL, "amem_clk", "ahb_clk", 0, AMEM_CLK_CFG, in spear3xx_clk_init() 572 clk = clk_register_gate(NULL, "c3_clk", "ahb_clk", 0, PERIP1_CLK_ENB, in spear3xx_clk_init() 576 clk = clk_register_gate(NULL, "dma_clk", "ahb_clk", 0, PERIP1_CLK_ENB, in spear3xx_clk_init() 580 clk = clk_register_gate(NULL, "gmac_clk", "ahb_clk", 0, PERIP1_CLK_ENB, in spear3xx_clk_init() 584 clk = clk_register_gate(NULL, "i2c0_clk", "ahb_clk", 0, PERIP1_CLK_ENB, in spear3xx_clk_init() [all …]
|
| D | spear1310_clock.c | 500 clk = clk_register_fixed_factor(NULL, "ahb_clk", "pll1_clk", 0, 1, in spear1310_clk_init() 502 clk_register_clkdev(clk, "ahb_clk", NULL); in spear1310_clk_init() 686 clk = clk_register_gate(NULL, "i2c0_clk", "ahb_clk", 0, in spear1310_clk_init() 691 clk = clk_register_gate(NULL, "dma_clk", "ahb_clk", 0, in spear1310_clk_init() 697 clk = clk_register_gate(NULL, "jpeg_clk", "ahb_clk", 0, in spear1310_clk_init() 702 clk = clk_register_gate(NULL, "gmac_clk", "ahb_clk", 0, in spear1310_clk_init() 707 clk = clk_register_gate(NULL, "fsmc_clk", "ahb_clk", 0, in spear1310_clk_init() 712 clk = clk_register_gate(NULL, "smi_clk", "ahb_clk", 0, in spear1310_clk_init() 717 clk = clk_register_gate(NULL, "usbh0_clk", "ahb_clk", 0, in spear1310_clk_init() 723 clk = clk_register_gate(NULL, "usbh1_clk", "ahb_clk", 0, in spear1310_clk_init() [all …]
|
| /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-6.6/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/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-6.6/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>;
|
| /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()
|
| /kernel/linux/linux-5.10/drivers/staging/media/sunxi/cedrus/ |
| D | cedrus_hw.c | 150 clk_disable_unprepare(dev->ahb_clk); in cedrus_hw_suspend() 169 ret = clk_prepare_enable(dev->ahb_clk); in cedrus_hw_resume() 195 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()
|
| /kernel/linux/linux-6.6/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()
|
| /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-6.6/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>;
|
| /kernel/linux/linux-5.10/drivers/clk/loongson1/ |
| D | clk-loongson1c.c | 78 hw = clk_hw_register_fixed_factor(NULL, "ahb_clk", "ahb_clk_div", in ls1x_clk_init() 80 clk_hw_register_clkdev(hw, "ahb_clk", NULL); in ls1x_clk_init() 85 hw = clk_hw_register_fixed_factor(NULL, "apb_clk", "ahb_clk", 0, 1, in ls1x_clk_init()
|
| D | clk-loongson1b.c | 98 hw = clk_hw_register_mux(NULL, "ahb_clk", ahb_parents, in ls1x_clk_init() 102 clk_hw_register_clkdev(hw, "ahb_clk", NULL); in ls1x_clk_init() 108 hw = clk_hw_register_fixed_factor(NULL, "apb_clk", "ahb_clk", 0, 1, in ls1x_clk_init()
|