Home
last modified time | relevance | path

Searched refs:clk_ahb (Results 1 – 11 of 11) 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/mmc/host/
H A Dsdhci-esdhc-mcf.c27 struct clk *clk_ahb; member
432 mcf_data->clk_ahb = devm_clk_get(&pdev->dev, "ahb"); in sdhci_esdhc_mcf_probe()
433 if (IS_ERR(mcf_data->clk_ahb)) in sdhci_esdhc_mcf_probe()
434 return PTR_ERR(mcf_data->clk_ahb); in sdhci_esdhc_mcf_probe()
450 err = clk_prepare_enable(mcf_data->clk_ahb); in sdhci_esdhc_mcf_probe()
477 clk_disable_unprepare(mcf_data->clk_ahb); in sdhci_esdhc_mcf_probe()
494 clk_disable_unprepare(mcf_data->clk_ahb); in sdhci_esdhc_mcf_remove()
/linux/drivers/video/fbdev/
H A Dimxfb.c163 struct clk *clk_ahb; member
539 ret = clk_prepare_enable(fbi->clk_ahb); in imxfb_enable_controller()
551 clk_disable_unprepare(fbi->clk_ahb); in imxfb_enable_controller()
568 clk_disable_unprepare(fbi->clk_ahb); in imxfb_disable_controller()
969 fbi->clk_ahb = devm_clk_get(&pdev->dev, "ahb"); in imxfb_probe()
970 if (IS_ERR(fbi->clk_ahb)) { in imxfb_probe()
971 ret = PTR_ERR(fbi->clk_ahb); in imxfb_probe()
/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/drivers/net/ethernet/freescale/
H A Dfec_main.c5309 fep->clk_ahb = devm_clk_get(&pdev->dev, "ahb"); in fec_probe()
5310 if (IS_ERR(fep->clk_ahb)) { in fec_probe()
5311 ret = PTR_ERR(fep->clk_ahb); in fec_probe()
5315 fep->itr_clk_rate = clk_get_rate(fep->clk_ahb); in fec_probe()
5356 ret = clk_prepare_enable(fep->clk_ahb); in fec_probe()
5467 clk_disable_unprepare(fep->clk_ahb); in fec_probe()
5516 clk_disable_unprepare(fep->clk_ahb); in fec_drv_remove()
5639 clk_disable_unprepare(fep->clk_ahb); in fec_runtime_suspend()
5651 ret = clk_prepare_enable(fep->clk_ahb); in fec_runtime_resume()
5661 clk_disable_unprepare(fep->clk_ahb); in fec_runtime_resume()
/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";