| /linux/drivers/gpu/drm/xlnx/ |
| H A D | zynqmp_dpsub.c | 67 dpsub->apb_clk = devm_clk_get(dpsub->dev, "dp_apb_clk"); in zynqmp_dpsub_init_clocks() 68 if (IS_ERR(dpsub->apb_clk)) in zynqmp_dpsub_init_clocks() 69 return PTR_ERR(dpsub->apb_clk); in zynqmp_dpsub_init_clocks() 71 ret = clk_prepare_enable(dpsub->apb_clk); in zynqmp_dpsub_init_clocks() 256 clk_disable_unprepare(dpsub->apb_clk); in zynqmp_dpsub_probe() 278 clk_disable_unprepare(dpsub->apb_clk); in zynqmp_dpsub_remove()
|
| H A D | zynqmp_dpsub.h | 68 struct clk *apb_clk; member
|
| H A D | zynqmp_dp.c | 1155 rate = clk_get_rate(dp->dpsub->apb_clk); in zynqmp_dp_aux_init()
|
| /linux/drivers/gpu/drm/imx/dcss/ |
| H A D | dcss-dev.c | 22 clk_prepare_enable(dcss->apb_clk); in dcss_clocks_enable() 33 clk_disable_unprepare(dcss->apb_clk); in dcss_clocks_disable() 135 {"apb", &dcss->apb_clk}, in dcss_clks_init() 160 devm_clk_put(dcss->dev, dcss->apb_clk); in dcss_clks_release()
|
| H A D | dcss-dev.h | 81 struct clk *apb_clk; member
|
| /linux/sound/soc/sunxi/ |
| H A D | sun4i-spdif.c | 188 struct clk *apb_clk; member 631 clk_disable_unprepare(host->apb_clk); in sun4i_spdif_runtime_suspend() 644 ret = clk_prepare_enable(host->apb_clk); in sun4i_spdif_runtime_resume() 693 host->apb_clk = devm_clk_get(&pdev->dev, "apb"); in sun4i_spdif_probe() 694 if (IS_ERR(host->apb_clk)) { in sun4i_spdif_probe() 696 return PTR_ERR(host->apb_clk); in sun4i_spdif_probe()
|
| /linux/drivers/hwtracing/coresight/ |
| H A D | coresight-ctcu-core.c | 205 ret = coresight_get_enable_clocks(dev, &drvdata->apb_clk, NULL); in ctcu_probe() 277 clk_disable_unprepare(drvdata->apb_clk); in ctcu_runtime_suspend() 286 return clk_prepare_enable(drvdata->apb_clk); in ctcu_runtime_resume()
|
| /linux/drivers/iio/adc/ |
| H A D | spear_adc.c | 108 u32 apb_clk = clk_get_rate(st->clk); in spear_adc_set_clk() local 110 count = DIV_ROUND_UP(apb_clk, val); in spear_adc_set_clk() 113 st->current_clk = apb_clk / count; in spear_adc_set_clk()
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-sprd.c | 322 u32 apb_clk = i2c_dev->src_clk; in sprd_i2c_set_clk() local 327 u32 i2c_dvd = apb_clk / (4 * freq) - 1; in sprd_i2c_set_clk() 345 writel((6 * apb_clk) / 10000000, i2c_dev->base + ADDR_STA0_DVD); in sprd_i2c_set_clk() 347 writel((4 * apb_clk) / 1000000, i2c_dev->base + ADDR_STA0_DVD); in sprd_i2c_set_clk()
|
| /linux/arch/arm/boot/dts/broadcom/ |
| H A D | bcm-cygnus-clock.dtsi | 62 apb_clk: apb_clk { label
|
| H A D | bcm-cygnus.dtsi | 346 clocks = <&apb_clk>; 497 clocks = <&axi41_clk>, <&apb_clk>;
|
| /linux/drivers/clk/sunxi-ng/ |
| H A D | ccu-suniv-f1c100s.c | 146 static SUNXI_CCU_DIV_TABLE(apb_clk, "apb", "ahb", 329 &apb_clk.common, 421 [CLK_APB] = &apb_clk.common.hw,
|
| /linux/drivers/clk/actions/ |
| H A D | owl-s500.c | 198 static OWL_DIVIDER(apb_clk, "apb_clk", "nic_clk", CMU_BUSCLK1, 14, 2, NULL, 0, 0); 462 &apb_clk.common, 523 [CLK_APB] = &apb_clk.common.hw,
|
| H A D | owl-s900.c | 163 static OWL_DIVIDER(apb_clk, "apb_clk", "ahb_clk", CMU_BUSCLK, 8, 2, apb_div_table, 0, 0); 516 &apb_clk.common, 609 [CLK_APB] = &apb_clk.common.hw,
|
| /linux/drivers/gpu/drm/bridge/synopsys/ |
| H A D | dw-dp.c | 313 struct clk *apb_clk; member 2006 dp->apb_clk = devm_clk_get_enabled(dev, "apb"); in dw_dp_bind() 2007 if (IS_ERR(dp->apb_clk)) { in dw_dp_bind() 2008 dev_err_probe(dev, PTR_ERR(dp->apb_clk), "failed to get apb clock\n"); in dw_dp_bind() 2009 return ERR_CAST(dp->apb_clk); in dw_dp_bind()
|
| /linux/Documentation/devicetree/bindings/net/ |
| H A D | snps,dwc-qos-ethernet.txt | 85 - "apb_clk"
|
| /linux/drivers/pinctrl/tegra/ |
| H A D | pinctrl-tegra20.c | 1896 FUNCTION(apb_clk),
|