| /linux/drivers/watchdog/ |
| H A D | asm9260_wdt.c | 58 struct clk *clk_ahb; member 215 priv->clk_ahb = devm_clk_get(priv->dev, "ahb"); in asm9260_wdt_get_dt_clks() 216 if (IS_ERR(priv->clk_ahb)) { in asm9260_wdt_get_dt_clks() 218 return PTR_ERR(priv->clk_ahb); in asm9260_wdt_get_dt_clks() 221 err = clk_prepare_enable(priv->clk_ahb); in asm9260_wdt_get_dt_clks() 228 priv->clk_ahb); in asm9260_wdt_get_dt_clks()
|
| /linux/drivers/gpu/drm/imx/lcdc/ |
| H A D | imx-lcdc.c | 109 struct clk *clk_ahb; member 236 ret = clk_prepare_enable(lcdc->clk_ahb); in imx_lcdc_pipe_enable() 257 clk_disable_unprepare(lcdc->clk_ahb); in imx_lcdc_pipe_disable() 413 lcdc->clk_ahb = devm_clk_get(dev, "ahb"); in imx_lcdc_probe() 414 if (IS_ERR(lcdc->clk_ahb)) in imx_lcdc_probe() 415 return dev_err_probe(dev, PTR_ERR(lcdc->clk_ahb), "Failed to get %s clk\n", "ahb"); in imx_lcdc_probe() 472 ret = clk_prepare_enable(lcdc->clk_ahb); in imx_lcdc_probe() 475 clk_disable_unprepare(lcdc->clk_ahb); in imx_lcdc_probe()
|
| /linux/drivers/clk/sunxi-ng/ |
| H A D | ccu-suniv-f1c100s.h | 27 #define CLK_AHB 12 macro
|
| H A D | ccu-sun5i.h | 36 #define CLK_AHB 19 macro
|
| H A D | ccu-sun4i-a10.h | 38 #define CLK_AHB 23 macro
|
| H A D | ccu-sun5i.c | 650 [CLK_AHB] = &ahb_clk.common.hw, 789 [CLK_AHB] = &ahb_clk.common.hw, 895 [CLK_AHB] = &ahb_clk.common.hw,
|
| H A D | ccu-suniv-f1c100s.c | 420 [CLK_AHB] = &ahb_clk.common.hw,
|
| H A D | ccu-sun4i-a10.c | 1082 [CLK_AHB] = &ahb_sun4i_clk.common.hw, 1234 [CLK_AHB] = &ahb_sun7i_clk.common.hw,
|
| /linux/include/dt-bindings/clock/ |
| H A D | microchip,mpfs-clock.h | 12 #define CLK_AHB 2 macro
|
| H A D | actions,s500-cmu.h | 31 #define CLK_AHB 13 macro
|
| H A D | actions,s700-cmu.h | 31 #define CLK_AHB 12 macro
|
| H A D | actions,s900-cmu.h | 33 #define CLK_AHB 20 macro
|
| H A D | sun55i-a523-ccu.h | 50 #define CLK_AHB 41 macro
|
| /linux/drivers/mmc/host/ |
| H A D | sunxi-mmc.c | 278 struct clk *clk_ahb; member 1238 ret = clk_prepare_enable(host->clk_ahb); in sunxi_mmc_enable() 1279 clk_disable_unprepare(host->clk_ahb); in sunxi_mmc_enable() 1293 clk_disable_unprepare(host->clk_ahb); in sunxi_mmc_disable() 1316 host->clk_ahb = devm_clk_get(&pdev->dev, "ahb"); in sunxi_mmc_resource_request() 1317 if (IS_ERR(host->clk_ahb)) { in sunxi_mmc_resource_request() 1319 return PTR_ERR(host->clk_ahb); in sunxi_mmc_resource_request()
|
| /linux/drivers/clk/hisilicon/ |
| H A D | crg-hi3798cv200.c | 47 { HISTB_AHB_CLK, "clk_ahb", NULL, 0, 200000000, }, 161 { HISTB_USB2_BUS_CLK, "clk_u2_bus", "clk_ahb",
|
| /linux/drivers/clk/actions/ |
| H A D | owl-s700.c | 174 static OWL_DIVIDER(clk_ahb, "ahb_clk", "hp_clk_div", CMU_BUSCLK1, 2, 2, NULL, 0, 0); 421 &clk_ahb.common, 504 [CLK_AHB] = &clk_ahb.common.hw,
|
| H A D | owl-s500.c | 512 [CLK_AHB] = &ahb_clk.common.hw,
|
| H A D | owl-s900.c | 608 [CLK_AHB] = &ahb_clk.common.hw,
|
| /linux/arch/arm/boot/dts/xilinx/ |
| H A D | zynq-7000.dtsi | 317 clock-names = "clk_xin", "clk_ahb"; 327 clock-names = "clk_xin", "clk_ahb";
|
| /linux/drivers/clk/microchip/ |
| H A D | clk-mpfs.c | 319 CLK_CFG(CLK_AHB, "clk_ahb", "clk_msspll", 4, 2, mpfs_div_ahb_table, 0,
|
| /linux/drivers/media/platform/chips-media/coda/ |
| H A D | coda-common.c | 2684 ret = clk_prepare_enable(dev->clk_ahb); in coda_open() 2718 clk_disable_unprepare(dev->clk_ahb); in coda_open() 2759 clk_disable_unprepare(dev->clk_ahb); in coda_release() 2792 ret = clk_prepare_enable(dev->clk_ahb); in coda_hw_init() 2870 clk_disable_unprepare(dev->clk_ahb); in coda_hw_init() 3165 dev->clk_ahb = devm_clk_get(&pdev->dev, "ahb"); in coda_probe() 3166 if (IS_ERR(dev->clk_ahb)) { in coda_probe() 3168 return PTR_ERR(dev->clk_ahb); in coda_probe()
|
| H A D | coda.h | 88 struct clk *clk_ahb; member
|
| H A D | coda-bit.c | 949 ret = clk_prepare_enable(dev->clk_ahb); in coda_check_firmware() 978 clk_disable_unprepare(dev->clk_ahb); in coda_check_firmware() 1003 clk_disable_unprepare(dev->clk_ahb); in coda_check_firmware()
|
| /linux/arch/arm64/boot/dts/ti/ |
| H A D | k3-am62a-main.dtsi | 597 clock-names = "clk_ahb", "clk_xin"; 613 clock-names = "clk_ahb", "clk_xin"; 636 clock-names = "clk_ahb", "clk_xin";
|
| H A D | k3-am62-main.dtsi | 569 clock-names = "clk_ahb", "clk_xin"; 587 clock-names = "clk_ahb", "clk_xin"; 610 clock-names = "clk_ahb", "clk_xin";
|