Home
last modified time | relevance | path

Searched refs:CLK_FIXED_FACTOR_HW (Results 1 – 17 of 17) sorted by relevance

/Linux-v5.10/drivers/clk/sprd/
Dsc9863a-clk.c93 static CLK_FIXED_FACTOR_HW(twpll_768m, "twpll-768m", &twpll.common.hw, 2, 1, 0);
94 static CLK_FIXED_FACTOR_HW(twpll_384m, "twpll-384m", &twpll.common.hw, 4, 1, 0);
95 static CLK_FIXED_FACTOR_HW(twpll_192m, "twpll-192m", &twpll.common.hw, 8, 1, 0);
96 static CLK_FIXED_FACTOR_HW(twpll_96m, "twpll-96m", &twpll.common.hw, 16, 1, 0);
97 static CLK_FIXED_FACTOR_HW(twpll_48m, "twpll-48m", &twpll.common.hw, 32, 1, 0);
98 static CLK_FIXED_FACTOR_HW(twpll_24m, "twpll-24m", &twpll.common.hw, 64, 1, 0);
99 static CLK_FIXED_FACTOR_HW(twpll_12m, "twpll-12m", &twpll.common.hw, 128, 1, 0);
100 static CLK_FIXED_FACTOR_HW(twpll_512m, "twpll-512m", &twpll.common.hw, 3, 1, 0);
101 static CLK_FIXED_FACTOR_HW(twpll_256m, "twpll-256m", &twpll.common.hw, 6, 1, 0);
102 static CLK_FIXED_FACTOR_HW(twpll_128m, "twpll-128m", &twpll.common.hw, 12, 1, 0);
[all …]
/Linux-v5.10/drivers/clk/sunxi-ng/
Dccu-sun50i-h6-r.c52 static CLK_FIXED_FACTOR_HW(r_ahb_clk, "r-ahb", &ar100_clk.common.hw, 1, 1, 0);
Dccu-sun50i-a100-r.c48 static CLK_FIXED_FACTOR_HW(r_ahb_clk, "r-ahb", &r_cpus_clk.common.hw, 1, 1, 0);
Dccu-sun50i-a64.c619 static CLK_FIXED_FACTOR_HW(pll_periph0_2x_clk, "pll-periph0-2x",
622 static CLK_FIXED_FACTOR_HW(pll_periph1_2x_clk, "pll-periph1-2x",
625 static CLK_FIXED_FACTOR_HW(pll_video0_2x_clk, "pll-video0-2x",
Dccu-sun8i-r40.c979 static CLK_FIXED_FACTOR_HW(pll_periph0_2x_clk, "pll-periph0-2x",
982 static CLK_FIXED_FACTOR_HW(pll_periph1_2x_clk, "pll-periph1-2x",
985 static CLK_FIXED_FACTOR_HW(pll_video0_2x_clk, "pll-video0-2x",
988 static CLK_FIXED_FACTOR_HW(pll_video1_2x_clk, "pll-video1-2x",
Dccu-sun8i-a23.c563 static CLK_FIXED_FACTOR_HW(pll_periph_2x_clk, "pll-periph-2x",
566 static CLK_FIXED_FACTOR_HW(pll_video_2x_clk, "pll-video-2x",
Dccu-sun8i-r.c52 static CLK_FIXED_FACTOR_HW(ahb0_clk, "ahb0", &ar100_clk.common.hw, 1, 1, 0);
Dccu-sun50i-a100.c756 static CLK_FIXED_FACTOR_HW(pll_com_audio_clk, "pll-com-audio",
760 static CLK_FIXED_FACTOR_HW(pll_periph0_2x_clk, "pll-periph0-2x",
764 static CLK_FIXED_FACTOR_HW(pll_periph1_2x_clk, "pll-periph1-2x",
Dccu-sun50i-h6.c635 static CLK_FIXED_FACTOR_HW(pcie_ref_100m_clk, "pcie-ref-100M",
798 static CLK_FIXED_FACTOR_HW(pll_video0_4x_clk, "pll-video0-4x",
801 static CLK_FIXED_FACTOR_HW(pll_video1_4x_clk, "pll-video1-4x",
Dccu-sun8i-a33.c600 static CLK_FIXED_FACTOR_HW(pll_periph_2x_clk, "pll-periph-2x",
603 static CLK_FIXED_FACTOR_HW(pll_video_2x_clk, "pll-video-2x",
Dccu-sun6i-a31.c975 static CLK_FIXED_FACTOR_HW(pll_periph_2x_clk, "pll-periph-2x",
978 static CLK_FIXED_FACTOR_HW(pll_video0_2x_clk, "pll-video0-2x",
981 static CLK_FIXED_FACTOR_HW(pll_video1_2x_clk, "pll-video1-2x",
Dccu-sun4i-a10.c163 static CLK_FIXED_FACTOR_HW(pll_periph_clk, "pll-periph",
1049 static CLK_FIXED_FACTOR_HW(pll_video0_2x_clk, "pll-video0-2x",
1052 static CLK_FIXED_FACTOR_HW(pll_video1_2x_clk, "pll-video1-2x",
Dccu-suniv-f1c100s.c393 static CLK_FIXED_FACTOR_HW(pll_video_2x_clk, "pll-video-2x",
Dccu-sun5i.c623 static CLK_FIXED_FACTOR_HW(pll_video0_2x_clk, "pll-video0-2x",
626 static CLK_FIXED_FACTOR_HW(pll_video1_2x_clk, "pll-video1-2x",
Dccu-sun8i-v3s.c540 static CLK_FIXED_FACTOR_HW(pll_periph0_2x_clk, "pll-periph0-2x",
Dccu-sun8i-h3.c737 static CLK_FIXED_FACTOR_HW(pll_periph0_2x_clk, "pll-periph0-2x",
/Linux-v5.10/include/linux/
Dclk-provider.h1265 #define CLK_FIXED_FACTOR_HW(_struct, _name, _parent, \ macro