Home
last modified time | relevance | path

Searched refs:clk_ahb (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/watchdog/
H A Dasm9260_wdt.c58 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 Dimx-lcdc.c109 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/mmc/host/
H A Dsunxi-mmc.c278 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/actions/
H A Dowl-s700.c174 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,
/linux/arch/arm/boot/dts/xilinx/
H A Dzynq-7000.dtsi317 clock-names = "clk_xin", "clk_ahb";
327 clock-names = "clk_xin", "clk_ahb";
/linux/drivers/media/platform/chips-media/coda/
H A Dcoda-common.c2684 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 Dcoda.h88 struct clk *clk_ahb; member
H A Dcoda-bit.c949 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 Dk3-am62a-main.dtsi597 clock-names = "clk_ahb", "clk_xin";
613 clock-names = "clk_ahb", "clk_xin";
636 clock-names = "clk_ahb", "clk_xin";
H A Dk3-am62-main.dtsi569 clock-names = "clk_ahb", "clk_xin";
587 clock-names = "clk_ahb", "clk_xin";
610 clock-names = "clk_ahb", "clk_xin";