Home
last modified time | relevance | path

Searched refs:clk_hw_register_fixed_rate (Results 1 – 25 of 25) sorted by relevance

/linux/drivers/clk/
H A Dclk-clps711x.c108 clk_hw_register_fixed_rate(NULL, "dummy", NULL, 0, 0); in clps711x_clk_init_dt()
110 clk_hw_register_fixed_rate(NULL, "cpu", NULL, 0, f_cpu); in clps711x_clk_init_dt()
112 clk_hw_register_fixed_rate(NULL, "bus", NULL, 0, f_bus); in clps711x_clk_init_dt()
114 clk_hw_register_fixed_rate(NULL, "pll", NULL, 0, f_pll); in clps711x_clk_init_dt()
116 clk_hw_register_fixed_rate(NULL, "timer_ref", NULL, 0, f_tim); in clps711x_clk_init_dt()
126 clk_hw_register_fixed_rate(NULL, "pwm", NULL, 0, f_pwm); in clps711x_clk_init_dt()
128 clk_hw_register_fixed_rate(NULL, "spi_ref", NULL, 0, f_spi); in clps711x_clk_init_dt()
136 clk_hw_register_fixed_rate(NULL, "tick", NULL, 0, 64); in clps711x_clk_init_dt()
H A Dclk-gate_test.c34 parent = clk_hw_register_fixed_rate(NULL, "test_parent", NULL, 0, in clk_gate_register_test_parent_names()
53 parent = clk_hw_register_fixed_rate(NULL, "test_parent", NULL, 0, in clk_gate_register_test_parent_data()
73 parent = clk_hw_register_fixed_rate(NULL, "test_parent", NULL, 0, in clk_gate_register_test_parent_data_legacy()
92 parent = clk_hw_register_fixed_rate(NULL, "test_parent", NULL, 0, in clk_gate_register_test_parent_hw()
210 parent = clk_hw_register_fixed_rate(NULL, "test_parent", NULL, 0, in clk_gate_test_init()
289 parent = clk_hw_register_fixed_rate(NULL, "test_parent", NULL, 0, in clk_gate_test_invert_init()
362 parent = clk_hw_register_fixed_rate(NULL, "test_parent", NULL, 0, in clk_gate_test_hiword_init()
H A Dclk-gemini.c312 hw = clk_hw_register_fixed_rate(NULL, "rtc", NULL, 0, 32768); in gemini_clk_probe()
362 hw = clk_hw_register_fixed_rate(NULL, "tvcdiv", "xtal", 0, 27000000); in gemini_clk_probe()
370 hw = clk_hw_register_fixed_rate(NULL, "uart", "xtal", 0, 48000000); in gemini_clk_probe()
438 hw = clk_hw_register_fixed_rate(NULL, "xtal", NULL, 0, freq); in gemini_cc_init()
H A Dclk-fixed-rate_test.c129 hw = clk_hw_register_fixed_rate(NULL, "test-fixed-rate", NULL, 0, fixed_rate); in clk_fixed_rate_rate_test()
193 hw = clk_hw_register_fixed_rate(NULL, "test-fixed-rate", parent_name, 0, 0); in clk_fixed_rate_parent_test()
223 hw = clk_hw_register_fixed_rate(NULL, "test-fixed-rate", parent_name, 0, in clk_fixed_rate_parent_rate_test()
H A Dclk-fixed-mmio.c36 clk = clk_hw_register_fixed_rate(NULL, clk_name, NULL, 0, freq); in fixed_mmio_clk_setup()
H A Dclk-stm32h7.c1240 clk_hw_register_fixed_rate(NULL, "clk-hsi", NULL, 0, 64000000); in stm32h7_rcc_init()
1241 clk_hw_register_fixed_rate(NULL, "clk-csi", NULL, 0, 4000000); in stm32h7_rcc_init()
1242 clk_hw_register_fixed_rate(NULL, "clk-lsi", NULL, 0, 32000); in stm32h7_rcc_init()
1243 clk_hw_register_fixed_rate(NULL, "clk-rc48", NULL, 0, 48000); in stm32h7_rcc_init()
1246 hws[CK_DSI_PHY] = clk_hw_register_fixed_rate(NULL, "ck_dsi_phy", NULL, in stm32h7_rcc_init()
1354 clk_hw_register_fixed_rate(NULL, "off", NULL, 0, 0); in stm32h7_rcc_init()
H A Dclk-nspire.c124 hw = clk_hw_register_fixed_rate(NULL, clk_name, NULL, 0, in nspire_clk_setup()
H A Dclk-en7523.c577 hw = clk_hw_register_fixed_rate(dev, desc->name, NULL, 0, rate); in en7523_register_clocks()
638 hw = clk_hw_register_fixed_rate(dev, desc->name, NULL, 0, rate); in en7581_register_clocks()
/linux/drivers/clk/visconti/
H A Dpll-tmpv770x.c79 clk_hw_register_fixed_rate(NULL, "pipll1", NULL, 0, 600000000); in tmpv770x_setup_plls()
81 clk_hw_register_fixed_rate(NULL, "pidnnpll", NULL, 0, 500000000); in tmpv770x_setup_plls()
83 clk_hw_register_fixed_rate(NULL, "pietherpll", NULL, 0, 500000000); in tmpv770x_setup_plls()
/linux/drivers/clk/x86/
H A Dclk-fch.c61 hws[ST_CLK_48M] = clk_hw_register_fixed_rate(NULL, "clk48MHz", in fch_clk_probe()
63 hws[ST_CLK_25M] = clk_hw_register_fixed_rate(NULL, "clk25MHz", in fch_clk_probe()
80 hws[CLK_48M_FIXED] = clk_hw_register_fixed_rate(NULL, "clk48MHz", in fch_clk_probe()
H A Dclk-pmc-atom.c213 pclk->clk = clk_hw_register_fixed_rate(&pdev->dev, name, parent_name, in plt_clk_register_fixed_rate()
/linux/drivers/clk/imgtec/
H A Dclk-boston.c67 hw = clk_hw_register_fixed_rate(NULL, "input", NULL, 0, in_freq); in clk_boston_setup()
74 hw = clk_hw_register_fixed_rate(NULL, "sys", "input", 0, sys_freq); in clk_boston_setup()
81 hw = clk_hw_register_fixed_rate(NULL, "cpu", "input", 0, cpu_freq); in clk_boston_setup()
/linux/arch/arm/mach-sa1100/
H A Dclock.c98 hw = clk_hw_register_fixed_rate(NULL, "clk32768", NULL, 0, 32768); in sa11xx_clk_init()
104 hw = clk_hw_register_fixed_rate(NULL, "clk3686400", NULL, 0, 3686400); in sa11xx_clk_init()
/linux/drivers/clk/aspeed/
H A Dclk-aspeed.c430 hw = clk_hw_register_fixed_rate(dev, "uart", NULL, 0, rate); in aspeed_clk_probe()
470 hw = clk_hw_register_fixed_rate(dev, "mac12rclk", "hpll", 0, in aspeed_clk_probe()
511 hw = clk_hw_register_fixed_rate(NULL, "fixed-24m", "clkin", in aspeed_clk_probe()
611 hw = clk_hw_register_fixed_rate(NULL, "clkin", NULL, 0, clkin); in aspeed_ast2400_cc()
623 hw = clk_hw_register_fixed_rate(NULL, "hpll", "clkin", 0, in aspeed_ast2400_cc()
664 hw = clk_hw_register_fixed_rate(NULL, "clkin", NULL, 0, freq); in aspeed_ast2500_cc()
H A Dclk-ast2600.c519 hw = clk_hw_register_fixed_rate(dev, "uart", NULL, 0, rate); in aspeed_g6_clk_probe()
530 hw = clk_hw_register_fixed_rate(dev, "uartx", NULL, 0, rate); in aspeed_g6_clk_probe()
580 hw = clk_hw_register_fixed_rate(dev, "mac12rclk", "hpll", 0, 50000000); in aspeed_g6_clk_probe()
610 hw = clk_hw_register_fixed_rate(dev, "mac34rclk", "hclk", 0, 50000000); in aspeed_g6_clk_probe()
754 clk_hw_register_fixed_rate(NULL, "clkin", NULL, 0, 25000000); in aspeed_g6_cc()
814 hw = clk_hw_register_fixed_rate(NULL, "usb-phy-40m", NULL, 0, 40000000); in aspeed_g6_cc()
/linux/drivers/clk/mvebu/
H A Darmada-37xx-xtal.c60 xtal_hw = clk_hw_register_fixed_rate(NULL, xtal_name, NULL, 0, rate); in armada_3700_xtal_clock_probe()
H A Dcp110-system-controller.c269 hw = clk_hw_register_fixed_rate(NULL, pll0_name, NULL, 0, in cp110_syscon_common_probe()
/linux/drivers/clk/ralink/
H A Dclk-mt7621.c209 sclk->hw = clk_hw_register_fixed_rate(dev, sclk->name, in mt7621_register_fixed_clocks()
H A Dclk-mtmips.c298 sclk->hw = clk_hw_register_fixed_rate(NULL, sclk->name, in mtmips_register_fixed_clocks()
/linux/drivers/clk/samsung/
H A Dclk.c157 clk_hw = clk_hw_register_fixed_rate(ctx->dev, list->name, in samsung_clk_register_fixed_rate()
/linux/drivers/clk/imx/
H A Dclk.h346 return clk_hw_register_fixed_rate(NULL, name, NULL, 0, rate); in imx_clk_hw_fixed()
/linux/arch/mips/txx9/generic/
H A Dsetup.c462 hw = clk_hw_register_fixed_rate(NULL, "gbus", NULL, 0, txx9_gbus_clock); in txx9_clk_init()
/linux/drivers/clk/mediatek/
H A Dclk-mtk.c103 hw = clk_hw_register_fixed_rate(NULL, rc->name, rc->parent, 0, in mtk_clk_register_fixed_clks()
/linux/drivers/clk/nuvoton/
H A Dclk-ma35d1.c374 return clk_hw_register_fixed_rate(NULL, name, NULL, 0, rate); in ma35d1_clk_fixed()
/linux/include/linux/
H A Dclk-provider.h380 #define clk_hw_register_fixed_rate(dev, name, parent_name, flags, fixed_rate) \ macro