Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/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-v4.19/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-v4.19/drivers/clk/meson/
Dmeson8b.c214 static struct clk_fixed_factor meson8b_fclk_div2_div = {
245 static struct clk_fixed_factor meson8b_fclk_div3_div = {
269 static struct clk_fixed_factor meson8b_fclk_div4_div = {
293 static struct clk_fixed_factor meson8b_fclk_div5_div = {
317 static struct clk_fixed_factor meson8b_fclk_div7_div = {
549 static struct clk_fixed_factor meson8b_cpu_div2 = {
561 static struct clk_fixed_factor meson8b_cpu_div3 = {
Daxg.c301 static struct clk_fixed_factor axg_fclk_div2_div = {
325 static struct clk_fixed_factor axg_fclk_div3_div = {
349 static struct clk_fixed_factor axg_fclk_div4_div = {
373 static struct clk_fixed_factor axg_fclk_div5_div = {
397 static struct clk_fixed_factor axg_fclk_div7_div = {
Dgxbb.c220 static struct clk_fixed_factor gxbb_hdmi_pll_pre_mult = {
479 static struct clk_fixed_factor gxbb_fclk_div2_div = {
504 static struct clk_fixed_factor gxbb_fclk_div3_div = {
528 static struct clk_fixed_factor gxbb_fclk_div4_div = {
552 static struct clk_fixed_factor gxbb_fclk_div5_div = {
576 static struct clk_fixed_factor gxbb_fclk_div7_div = {
/Linux-v4.19/drivers/clk/uniphier/
Dclk-uniphier-fixed-factor.c25 struct clk_fixed_factor *fix; in uniphier_clk_register_fixed_factor()
/Linux-v4.19/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
890 struct clk_fixed_factor _struct = { \
/Linux-v4.19/drivers/clk/zte/
Dclk.h79 struct clk_fixed_factor factor;
/Linux-v4.19/drivers/clk/qcom/
Dcommon.c122 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 = {
1275 static struct clk_fixed_factor gcc_xo_div4_clk_src = {
1314 static struct clk_fixed_factor system_noc_clk_src = {
1366 static struct clk_fixed_factor nss_noc_clk_src = {
1528 static struct clk_fixed_factor nss_ppe_cdiv_clk_src = {
Dgcc-msm8996.c215 static struct clk_fixed_factor xo = {
241 static struct clk_fixed_factor gpll0_early_div = {
2700 static struct clk_fixed_factor ufs_tx_cfg_clk_src = {
2727 static struct clk_fixed_factor ufs_rx_cfg_clk_src = {
2828 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-v4.19/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-v4.19/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-meson8b.c74 struct clk_fixed_factor fixed_div2;
/Linux-v4.19/drivers/gpu/drm/vc4/
Dvc4_dsi.c537 struct clk_fixed_factor phy_clocks[3];
1462 struct clk_fixed_factor *fix = &dsi->phy_clocks[i]; in vc4_dsi_init_phy_clocks()
/Linux-v4.19/drivers/mmc/host/
Dmeson-mx-sdio.c111 struct clk_fixed_factor fixed_factor;
/Linux-v4.19/drivers/clk/rockchip/
Dclk.c330 struct clk_fixed_factor *fix = NULL; in rockchip_clk_register_factor_branch()
/Linux-v4.19/drivers/clk/sunxi/
Dclk-sunxi.c961 struct clk_fixed_factor *fix_factor; in sunxi_divs_clk_setup()