Home
last modified time | relevance | path

Searched refs:clk_fixed_factor (Results 1 – 22 of 22) sorted by relevance

/linux-4.19.296/drivers/clk/
Dclk-fixed-factor.c30 struct clk_fixed_factor *fix = to_clk_fixed_factor(hw); in clk_factor_recalc_rate()
41 struct clk_fixed_factor *fix = to_clk_fixed_factor(hw); in clk_factor_round_rate()
76 struct clk_fixed_factor *fix; in clk_hw_register_fixed_factor()
136 struct clk_fixed_factor *fix; in clk_hw_unregister_fixed_factor()
/linux-4.19.296/drivers/clk/pxa/
Dclk-pxa.c51 struct clk_fixed_factor lp;
52 struct clk_fixed_factor hp;
63 struct clk_fixed_factor *fix; in cken_recalc_rate()
Dclk-pxa.h116 struct clk_fixed_factor lp;
117 struct clk_fixed_factor hp;
/linux-4.19.296/drivers/clk/actions/
Dowl-fixed-factor.h17 struct clk_fixed_factor _struct = { \
Dowl-composite.c117 struct clk_fixed_factor *fix_fact_hw = &comp->rate.fix_fact_hw; in owl_comp_fix_fact_round_rate()
126 struct clk_fixed_factor *fix_fact_hw = &comp->rate.fix_fact_hw; in owl_comp_fix_fact_recalc_rate()
Dowl-composite.h24 struct clk_fixed_factor fix_fact_hw;
/linux-4.19.296/drivers/clk/uniphier/
Dclk-uniphier-fixed-factor.c25 struct clk_fixed_factor *fix; in uniphier_clk_register_fixed_factor()
/linux-4.19.296/drivers/clk/meson/
Dmeson8b.c211 static struct clk_fixed_factor meson8b_fclk_div2_div = {
242 static struct clk_fixed_factor meson8b_fclk_div3_div = {
266 static struct clk_fixed_factor meson8b_fclk_div4_div = {
290 static struct clk_fixed_factor meson8b_fclk_div5_div = {
314 static struct clk_fixed_factor meson8b_fclk_div7_div = {
546 static struct clk_fixed_factor meson8b_cpu_div2 = {
558 static struct clk_fixed_factor meson8b_cpu_div3 = {
Daxg.c300 static struct clk_fixed_factor axg_fclk_div2_div = {
325 static struct clk_fixed_factor axg_fclk_div3_div = {
361 static struct clk_fixed_factor axg_fclk_div4_div = {
385 static struct clk_fixed_factor axg_fclk_div5_div = {
409 static struct clk_fixed_factor axg_fclk_div7_div = {
Dgxbb.c219 static struct clk_fixed_factor gxbb_hdmi_pll_pre_mult = {
489 static struct clk_fixed_factor gxbb_fclk_div2_div = {
514 static struct clk_fixed_factor gxbb_fclk_div3_div = {
550 static struct clk_fixed_factor gxbb_fclk_div4_div = {
574 static struct clk_fixed_factor gxbb_fclk_div5_div = {
598 static struct clk_fixed_factor gxbb_fclk_div7_div = {
/linux-4.19.296/drivers/clk/zte/
Dclk.h79 struct clk_fixed_factor factor;
/linux-4.19.296/include/linux/
Dclk-provider.h567 struct clk_fixed_factor { struct
573 #define to_clk_fixed_factor(_hw) container_of(_hw, struct clk_fixed_factor, hw) argument
893 struct clk_fixed_factor _struct = { \
/linux-4.19.296/drivers/clk/qcom/
Dcommon.c137 struct clk_fixed_factor *factor; in _qcom_cc_register_board_clk()
Dgcc-ipq8074.c424 static struct clk_fixed_factor gpll0_out_main_div2 = {
552 static struct clk_fixed_factor gpll6_out_main_div2 = {
652 static struct clk_fixed_factor pcnoc_clk_src = {
1276 static struct clk_fixed_factor gcc_xo_div4_clk_src = {
1315 static struct clk_fixed_factor system_noc_clk_src = {
1367 static struct clk_fixed_factor nss_noc_clk_src = {
1529 static struct clk_fixed_factor nss_ppe_cdiv_clk_src = {
Dgcc-msm8996.c179 static struct clk_fixed_factor xo = {
205 static struct clk_fixed_factor gpll0_early_div = {
2664 static struct clk_fixed_factor ufs_tx_cfg_clk_src = {
2691 static struct clk_fixed_factor ufs_rx_cfg_clk_src = {
2792 static struct clk_fixed_factor ufs_ice_core_postdiv_clk_src = {
Dgcc-mdm9615.c37 static struct clk_fixed_factor cxo = {
Dgcc-msm8994.c60 static struct clk_fixed_factor xo = {
Dmmcc-msm8996.c238 static struct clk_fixed_factor gpll0_div = {
/linux-4.19.296/drivers/clk/renesas/
Drcar-gen2-cpg.c169 struct clk_fixed_factor *fixed; in cpg_rcan_clk_register()
Dclk-rcar-gen2.c170 struct clk_fixed_factor *fixed; in cpg_rcan_clk_register()
/linux-4.19.296/drivers/clk/rockchip/
Dclk.c330 struct clk_fixed_factor *fix = NULL; in rockchip_clk_register_factor_branch()
/linux-4.19.296/drivers/clk/sunxi/
Dclk-sunxi.c961 struct clk_fixed_factor *fix_factor; in sunxi_divs_clk_setup()