Home
last modified time | relevance | path

Searched refs:post_div_table (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/drivers/clk/qcom/
Dclk-alpha-pll.c1204 if (pll->post_div_table[i].val == val) { in clk_alpha_pll_postdiv_fabia_recalc_rate()
1205 div = pll->post_div_table[i].div; in clk_alpha_pll_postdiv_fabia_recalc_rate()
1226 if (pll->post_div_table[i].val == val) { in clk_trion_pll_postdiv_recalc_rate()
1227 div = pll->post_div_table[i].div; in clk_trion_pll_postdiv_recalc_rate()
1241 return divider_round_rate(hw, rate, prate, pll->post_div_table, in clk_trion_pll_postdiv_round_rate()
1255 if (pll->post_div_table[i].div == div) { in clk_trion_pll_postdiv_set_rate()
1256 val = pll->post_div_table[i].val; in clk_trion_pll_postdiv_set_rate()
1278 return divider_round_rate(hw, rate, prate, pll->post_div_table, in clk_alpha_pll_postdiv_fabia_round_rate()
1301 if (pll->post_div_table[i].div == div) { in clk_alpha_pll_postdiv_fabia_set_rate()
1302 val = pll->post_div_table[i].val; in clk_alpha_pll_postdiv_fabia_set_rate()
Dclk-alpha-pll.h87 const struct clk_div_table *post_div_table; member
Dcamcc-sdm845.c69 .post_div_table = post_div_table_fabia_even,
97 .post_div_table = post_div_table_fabia_even,
125 .post_div_table = post_div_table_fabia_even,
153 .post_div_table = post_div_table_fabia_even,
Dgcc-sdm845.c194 .post_div_table = post_div_table_fabia_even,
Dgcc-sm8150.c71 .post_div_table = post_div_table_trion_even,
/Linux-v5.4/drivers/clk/imx/
Dclk-imx6sll.c59 static const struct clk_div_table post_div_table[] = { variable
192 CLK_SET_RATE_PARENT | CLK_SET_RATE_GATE, base + 0x70, 19, 2, 0, post_div_table, &imx_ccm_lock); in imx6sll_clocks_init()
196 CLK_SET_RATE_PARENT | CLK_SET_RATE_GATE, base + 0xa0, 19, 2, 0, post_div_table, &imx_ccm_lock); in imx6sll_clocks_init()
Dclk-imx6sl.c78 static const struct clk_div_table post_div_table[] = { variable
272 …v", "pll4_audio", CLK_SET_RATE_PARENT, base + 0x70, 19, 2, 0, post_div_table, &imx_ccm_lock… in imx6sl_clocks_init()
274 …v", "pll5_video", CLK_SET_RATE_PARENT, base + 0xa0, 19, 2, 0, post_div_table, &imx_ccm_lock… in imx6sl_clocks_init()
Dclk-imx6q.c102 static struct clk_div_table post_div_table[] = { variable
469 post_div_table[1].div = 1; in imx6q_clocks_init()
470 post_div_table[2].div = 1; in imx6q_clocks_init()
600 …post_div", "pll4_audio", CLK_SET_RATE_PARENT, base + 0x70, 19, 2, 0, post_div_table, &imx_ccm_lock… in imx6q_clocks_init()
602 …post_div", "pll5_video", CLK_SET_RATE_PARENT, base + 0xa0, 19, 2, 0, post_div_table, &imx_ccm_lock… in imx6q_clocks_init()
Dclk-imx6ul.c82 static const struct clk_div_table post_div_table[] = { variable
219 CLK_SET_RATE_PARENT | CLK_SET_RATE_GATE, base + 0x70, 19, 2, 0, post_div_table, &imx_ccm_lock); in imx6ul_clocks_init()
223 CLK_SET_RATE_PARENT | CLK_SET_RATE_GATE, base + 0xa0, 19, 2, 0, post_div_table, &imx_ccm_lock); in imx6ul_clocks_init()
Dclk-imx6sx.c95 static const struct clk_div_table post_div_table[] = { variable
255 CLK_SET_RATE_PARENT, base + 0x70, 19, 2, 0, post_div_table, &imx_ccm_lock); in imx6sx_clocks_init()
259 CLK_SET_RATE_PARENT, base + 0xa0, 19, 2, 0, post_div_table, &imx_ccm_lock); in imx6sx_clocks_init()
Dclk-imx7d.c35 static const struct clk_div_table post_div_table[] = { variable
446 CLK_SET_RATE_PARENT | CLK_SET_RATE_GATE, base + 0xf0, 22, 2, 0, post_div_table, &imx_ccm_lock); in imx7d_clocks_init()
450 CLK_SET_RATE_PARENT | CLK_SET_RATE_GATE, base + 0x130, 22, 2, 0, post_div_table, &imx_ccm_lock); in imx7d_clocks_init()