Searched refs:clk_fixed_factor (Results 1 - 25 of 44) sorted by relevance

12

/linux-master/drivers/clk/actions/
H A Dowl-fixed-factor.h17 struct clk_fixed_factor _struct = { \
H A Dowl-composite.c129 struct clk_fixed_factor *fix_fact_hw = &comp->rate.fix_fact_hw;
138 struct clk_fixed_factor *fix_fact_hw = &comp->rate.fix_fact_hw;
H A Dowl-composite.h24 struct clk_fixed_factor fix_fact_hw;
/linux-master/drivers/clk/uniphier/
H A Dclk-uniphier-fixed-factor.c16 struct clk_fixed_factor *fix;
/linux-master/drivers/clk/
H A Dclk-fixed-factor.c25 struct clk_fixed_factor *fix = to_clk_fixed_factor(hw);
36 struct clk_fixed_factor *fix = to_clk_fixed_factor(hw);
63 struct clk_fixed_factor *fix = to_clk_fixed_factor(hw);
81 struct clk_fixed_factor *fix = res;
98 struct clk_fixed_factor *fix;
115 /* struct clk_fixed_factor assignments */
273 struct clk_fixed_factor *fix;
/linux-master/drivers/clk/meson/
H A Da1-pll.c141 static struct clk_fixed_factor fclk_div2_div = {
179 static struct clk_fixed_factor fclk_div3_div = {
212 static struct clk_fixed_factor fclk_div5_div = {
245 static struct clk_fixed_factor fclk_div7_div = {
H A Ds4-pll.c88 static struct clk_fixed_factor s4_fclk_div2_div = {
114 static struct clk_fixed_factor s4_fclk_div3_div = {
140 static struct clk_fixed_factor s4_fclk_div4_div = {
166 static struct clk_fixed_factor s4_fclk_div5_div = {
192 static struct clk_fixed_factor s4_fclk_div7_div = {
218 static struct clk_fixed_factor s4_fclk_div2p5_div = {
471 static struct clk_fixed_factor s4_mpll_50m_div = {
501 static struct clk_fixed_factor s4_mpll_prediv = {
H A Daxg.c326 static struct clk_fixed_factor axg_fclk_div2_div = {
353 static struct clk_fixed_factor axg_fclk_div3_div = {
391 static struct clk_fixed_factor axg_fclk_div4_div = {
417 static struct clk_fixed_factor axg_fclk_div5_div = {
443 static struct clk_fixed_factor axg_fclk_div7_div = {
1559 static struct clk_fixed_factor axg_vclk_div2 = {
1572 static struct clk_fixed_factor axg_vclk_div4 = {
1585 static struct clk_fixed_factor axg_vclk_div6 = {
1598 static struct clk_fixed_factor axg_vclk_div12 = {
1611 static struct clk_fixed_factor axg_vclk2_div
[all...]
H A Dmeson8b.c125 static struct clk_fixed_factor hdmi_pll_dco_in = {
317 static struct clk_fixed_factor meson8b_fclk_div2_div = {
345 static struct clk_fixed_factor meson8b_fclk_div3_div = {
373 static struct clk_fixed_factor meson8b_fclk_div4_div = {
401 static struct clk_fixed_factor meson8b_fclk_div5_div = {
429 static struct clk_fixed_factor meson8b_fclk_div7_div = {
689 static struct clk_fixed_factor meson8b_cpu_in_div2 = {
703 static struct clk_fixed_factor meson8b_cpu_in_div3 = {
852 static struct clk_fixed_factor meson8b_cpu_clk_div2 = {
865 static struct clk_fixed_factor meson8b_cpu_clk_div
[all...]
H A Dg12a.c255 static struct clk_fixed_factor g12a_sys_pll_div16 = {
268 static struct clk_fixed_factor g12b_sys1_pll_div16 = {
281 static struct clk_fixed_factor g12a_fclk_div2_div = {
318 static struct clk_fixed_factor g12a_fclk_div3_div = {
1171 static struct clk_fixed_factor g12a_cpu_clk_div16 = {
1184 static struct clk_fixed_factor g12b_cpub_clk_div16 = {
1343 static struct clk_fixed_factor g12b_cpub_clk_div2 = {
1356 static struct clk_fixed_factor g12b_cpub_clk_div3 = {
1369 static struct clk_fixed_factor g12b_cpub_clk_div4 = {
1382 static struct clk_fixed_factor g12b_cpub_clk_div
[all...]
H A Dgxbb.c152 static struct clk_fixed_factor gxbb_hdmi_pll_pre_mult = {
558 static struct clk_fixed_factor gxbb_fclk_div2_div = {
587 static struct clk_fixed_factor gxbb_fclk_div3_div = {
625 static struct clk_fixed_factor gxbb_fclk_div4_div = {
651 static struct clk_fixed_factor gxbb_fclk_div5_div = {
677 static struct clk_fixed_factor gxbb_fclk_div7_div = {
2136 static struct clk_fixed_factor gxbb_vclk_div2 = {
2149 static struct clk_fixed_factor gxbb_vclk_div4 = {
2162 static struct clk_fixed_factor gxbb_vclk_div6 = {
2175 static struct clk_fixed_factor gxbb_vclk_div1
[all...]
H A Ds4-peripherals.c551 static struct clk_fixed_factor s4_12M_clk_div = {
916 static struct clk_fixed_factor s4_vclk_div2 = {
930 static struct clk_fixed_factor s4_vclk_div4 = {
944 static struct clk_fixed_factor s4_vclk_div6 = {
958 static struct clk_fixed_factor s4_vclk_div12 = {
972 static struct clk_fixed_factor s4_vclk2_div2 = {
986 static struct clk_fixed_factor s4_vclk2_div4 = {
1000 static struct clk_fixed_factor s4_vclk2_div6 = {
1014 static struct clk_fixed_factor s4_vclk2_div12 = {
/linux-master/drivers/clk/pxa/
H A Dclk-pxa.h113 struct clk_fixed_factor lp;
114 struct clk_fixed_factor hp;
H A Dclk-pxa.c49 struct clk_fixed_factor lp;
50 struct clk_fixed_factor hp;
61 struct clk_fixed_factor *fix;
/linux-master/drivers/clk/qcom/
H A Dclk-cpu-8996.c155 static struct clk_fixed_factor pwrcl_pll_postdiv = {
169 static struct clk_fixed_factor perfcl_pll_postdiv = {
183 static struct clk_fixed_factor perfcl_pll_acd = {
197 static struct clk_fixed_factor pwrcl_pll_acd = {
H A Dcommon.c135 struct clk_fixed_factor *factor;
H A Dclk-cbf-8996.c82 static struct clk_fixed_factor cbf_pll_postdiv = {
H A Dgpucc-sm6350.c79 static struct clk_fixed_factor crc_div = {
H A Dgcc-ipq5332.c65 static struct clk_fixed_factor gpll0_div2 = {
826 static struct clk_fixed_factor gcc_qdss_tsctr_div2_clk_src = {
839 static struct clk_fixed_factor gcc_qdss_tsctr_div3_clk_src = {
851 static struct clk_fixed_factor gcc_qdss_tsctr_div4_clk_src = {
863 static struct clk_fixed_factor gcc_qdss_tsctr_div8_clk_src = {
875 static struct clk_fixed_factor gcc_qdss_tsctr_div16_clk_src = {
976 static struct clk_fixed_factor gcc_system_noc_bfdcd_div2_clk_src = {
1111 static struct clk_fixed_factor gcc_xo_div4_clk_src = {
2431 static struct clk_fixed_factor gcc_eud_at_div_clk_src = {
H A Dgcc-ipq9574.c81 static struct clk_fixed_factor gpll0_out_main_div2 = {
2901 static struct clk_fixed_factor gcc_eud_at_div_clk_src = {
3055 static struct clk_fixed_factor qdss_tsctr_div2_clk_src = {
3170 static struct clk_fixed_factor qdss_dap_sync_clk_src = {
3200 static struct clk_fixed_factor qdss_tsctr_div8_clk_src = {
3247 static struct clk_fixed_factor qdss_tsctr_div16_clk_src = {
3379 static struct clk_fixed_factor qdss_tsctr_div3_clk_src = {
3858 static struct clk_fixed_factor gcc_xo_div4_clk_src = {
/linux-master/drivers/clk/renesas/
H A Drcar-cpg-lib.c177 struct clk_fixed_factor fixed;
H A Drcar-gen2-cpg.c168 struct clk_fixed_factor *fixed;
/linux-master/include/linux/
H A Dclk-provider.h1082 * struct clk_fixed_factor - fixed multiplier and divider clock
1099 struct clk_fixed_factor { struct
1109 #define to_clk_fixed_factor(_hw) container_of(_hw, struct clk_fixed_factor, hw)
1511 struct clk_fixed_factor _struct = { \
1522 struct clk_fixed_factor _struct = { \
1537 struct clk_fixed_factor _struct = { \
1548 struct clk_fixed_factor _struct = { \
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-meson8b.c103 struct clk_fixed_factor fixed_div2;
/linux-master/drivers/spi/
H A Dspi-meson-spicc.c627 struct clk_fixed_factor *pow2_fixed_div;
689 struct clk_fixed_factor *enh_fixed_div;

Completed in 249 milliseconds

12