/linux/drivers/clk/spear/ |
H A D | spear6xx_clock.c | 282 clk = clk_register_divider(NULL, "apb_clk", "ahb_clk", in spear6xx_clk_init() 285 clk_register_clkdev(clk, "apb_clk", NULL); in spear6xx_clk_init() 312 clk = clk_register_gate(NULL, "adc_clk", "apb_clk", 0, PERIP1_CLK_ENB, in spear6xx_clk_init() 316 clk = clk_register_fixed_factor(NULL, "gpio0_clk", "apb_clk", 0, 1, 1); in spear6xx_clk_init() 319 clk = clk_register_gate(NULL, "gpio1_clk", "apb_clk", 0, PERIP1_CLK_ENB, in spear6xx_clk_init() 323 clk = clk_register_gate(NULL, "gpio2_clk", "apb_clk", 0, PERIP1_CLK_ENB, in spear6xx_clk_init() 327 clk = clk_register_gate(NULL, "ssp0_clk", "apb_clk", 0, PERIP1_CLK_ENB, in spear6xx_clk_init() 331 clk = clk_register_gate(NULL, "ssp1_clk", "apb_clk", 0, PERIP1_CLK_ENB, in spear6xx_clk_init() 335 clk = clk_register_gate(NULL, "ssp2_clk", "apb_clk", 0, PERIP1_CLK_ENB, in spear6xx_clk_init()
|
H A D | spear1310_clock.c | 356 static const char *gpt_parents[] = { "osc_24m_clk", "apb_clk", }; 504 clk = clk_register_fixed_factor(NULL, "apb_clk", "pll1_clk", 0, 1, in spear1310_clk_init() 506 clk_register_clkdev(clk, "apb_clk", NULL); in spear1310_clk_init() 774 clk = clk_register_gate(NULL, "ssp0_clk", "apb_clk", 0, in spear1310_clk_init() 779 clk = clk_register_gate(NULL, "gpio0_clk", "apb_clk", 0, in spear1310_clk_init() 784 clk = clk_register_gate(NULL, "gpio1_clk", "apb_clk", 0, in spear1310_clk_init() 789 clk = clk_register_gate(NULL, "i2s0_clk", "apb_clk", 0, in spear1310_clk_init() 794 clk = clk_register_gate(NULL, "i2s1_clk", "apb_clk", 0, in spear1310_clk_init() 799 clk = clk_register_gate(NULL, "kbd_clk", "apb_clk", 0, in spear1310_clk_init() 888 clk = clk_register_gate(NULL, "ras_apb_clk", "apb_clk", 0, in spear1310_clk_init() [all …]
|
H A D | spear3xx_clock.c | 563 clk = clk_register_divider(NULL, "apb_clk", "ahb_clk", in spear3xx_clk_init() 566 clk_register_clkdev(clk, "apb_clk", NULL); in spear3xx_clk_init() 597 clk = clk_register_gate(NULL, "adc_clk", "apb_clk", 0, PERIP1_CLK_ENB, in spear3xx_clk_init() 601 clk = clk_register_gate(NULL, "gpio0_clk", "apb_clk", 0, PERIP1_CLK_ENB, in spear3xx_clk_init() 605 clk = clk_register_gate(NULL, "ssp0_clk", "apb_clk", 0, PERIP1_CLK_ENB, in spear3xx_clk_init() 614 clk = clk_register_gate(NULL, "ras_apb_clk", "apb_clk", 0, RAS_CLK_ENB, in spear3xx_clk_init()
|
H A D | spear1340_clock.c | 417 static const char *gpt_parents[] = { "osc_24m_clk", "apb_clk", }; 583 clk = clk_register_fixed_factor(NULL, "apb_clk", "ahb_clk", 0, 1, in spear1340_clk_init() 585 clk_register_clkdev(clk, "apb_clk", NULL); in spear1340_clk_init() 859 clk = clk_register_gate(NULL, "ssp_clk", "apb_clk", 0, in spear1340_clk_init() 864 clk = clk_register_gate(NULL, "gpio0_clk", "apb_clk", 0, in spear1340_clk_init() 869 clk = clk_register_gate(NULL, "gpio1_clk", "apb_clk", 0, in spear1340_clk_init() 874 clk = clk_register_gate(NULL, "i2s_play_clk", "apb_clk", 0, in spear1340_clk_init() 879 clk = clk_register_gate(NULL, "i2s_rec_clk", "apb_clk", 0, in spear1340_clk_init() 884 clk = clk_register_gate(NULL, "kbd_clk", "apb_clk", 0, in spear1340_clk_init()
|
/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() 255 clk_disable_unprepare(dpsub->apb_clk); in zynqmp_dpsub_probe() 277 clk_disable_unprepare(dpsub->apb_clk); in zynqmp_dpsub_remove()
|
H A D | zynqmp_dpsub.h | 49 * @apb_clk: The APB clock 68 struct clk *apb_clk; member
|
/linux/drivers/watchdog/ |
H A D | starfive-wdt.c | 105 struct clk *apb_clk; member 150 ret = clk_prepare_enable(wdt->apb_clk); in starfive_wdt_enable_clock() 156 clk_disable_unprepare(wdt->apb_clk); in starfive_wdt_enable_clock() 166 clk_disable_unprepare(wdt->apb_clk); in starfive_wdt_disable_clock() 173 wdt->apb_clk = devm_clk_get(dev, "apb"); in starfive_wdt_get_clock() 174 if (IS_ERR(wdt->apb_clk)) in starfive_wdt_get_clock() 175 return dev_err_probe(dev, PTR_ERR(wdt->apb_clk), "failed to get apb clock\n"); in starfive_wdt_get_clock()
|
/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 | 185 struct clk *apb_clk; 611 clk_disable_unprepare(host->apb_clk); in sun4i_spdif_runtime_resume() 624 ret = clk_prepare_enable(host->apb_clk); in sun4i_spdif_probe() 668 host->apb_clk = devm_clk_get(&pdev->dev, "apb"); in sun4i_spdif_probe() 669 if (IS_ERR(host->apb_clk)) { in sun4i_spdif_probe() 671 return PTR_ERR(host->apb_clk); in sun4i_spdif_probe() 184 struct clk *apb_clk; global() member
|
/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm-cygnus-clock.dtsi | 62 apb_clk: apb_clk { label
|
H A D | bcm63138.dtsi | 62 apb_clk: apb_clk { label
|
H A D | bcm-cygnus.dtsi | 346 clocks = <&apb_clk>; 497 clocks = <&axi41_clk>, <&apb_clk>;
|
/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | thead,th1520-pinctrl.yaml | 132 clocks = <&apb_clk>; 161 clocks = <&apb_clk>;
|
H A D | nvidia,tegra20-pinmux.yaml | 60 enum: [ ahb_clk, apb_clk, audio_sync, crt, dap1, dap2, dap3, dap4,
|
/linux/drivers/clk/actions/ |
H A D | owl-s500.c | 187 static OWL_GATE(gpio_clk, "gpio_clk", "apb_clk", CMU_DEVCLKEN0, 18, 0, 0); 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); 215 static OWL_GATE(gpio_clk, "gpio_clk", "apb_clk", CMU_DEVCLKEN0, 18, 0, 0); 516 &apb_clk.common, 609 [CLK_APB] = &apb_clk.common.hw,
|
H A D | owl-s700.c | 175 static OWL_DIVIDER(clk_apb, "apb_clk", "ahb_clk", CMU_BUSCLK1, 14, 2, NULL, 0, 0); 194 static OWL_GATE(clk_gpio, "gpio", "apb_clk", CMU_DEVCLKEN1, 25, 0, 0);
|
/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/Documentation/devicetree/bindings/net/ |
H A D | snps,dwc-qos-ethernet.txt | 85 - "apb_clk"
|
/linux/drivers/phy/st/ |
H A D | phy-stm32-combophy.c | 76 #define APB_CLK 0 macro
|
/linux/drivers/tty/serial/ |
H A D | esp32_uart.c | 76 #define APB_CLK 1 macro
|
/linux/drivers/i2c/busses/ |
H A D | i2c-npcm7xx.c | 561 u32 apb_clk; member 2099 if (bus->apb_clk >= smb_timing[scl_table_cnt].core_clk) in npcm_i2c_init_clk() 2520 bus->apb_clk = clk_get_rate(i2c_clk); in npcm_i2c_probe_bus()
|
/linux/sound/soc/intel/keembay/ |
H A D | kmb_platform.c | 836 kmb_i2s->clk_apb = devm_clk_get(dev, "apb_clk"); in kmb_plat_dai_probe()
|
/linux/drivers/pinctrl/tegra/ |
H A D | pinctrl-tegra20.c | 1896 FUNCTION(apb_clk), 2052 MUX_PG(cdev2, OSC, AHB_CLK, APB_CLK, PLLP_OUT4, 0x14, 5, 0x88, 4, 0xa8, 2),
|