Searched refs:PLL_POSTDIV (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/clk/sprd/ |
D | pll.c | 118 if (pwidth(pll, PLL_POSTDIV) && in _sprd_pll_recalc_rate() 119 ((pll->fflag == 1 && pinternal(pll, cfg, PLL_POSTDIV)) || in _sprd_pll_recalc_rate() 120 (!pll->fflag && !pinternal(pll, cfg, PLL_POSTDIV)))) in _sprd_pll_recalc_rate() 169 mask = pmask(pll, PLL_POSTDIV); in _sprd_pll_set_rate() 170 index = pindex(pll, PLL_POSTDIV); in _sprd_pll_set_rate() 171 width = pwidth(pll, PLL_POSTDIV); in _sprd_pll_set_rate()
|
D | pll.h | 34 PLL_POSTDIV, enumerator
|
/Linux-v5.4/drivers/video/fbdev/ |
D | gxt4500.c | 102 #define PLL_POSTDIV 0x4048 macro 414 writereg(par, PLL_POSTDIV, tmp | 0x9); in gxt4500_set_par() 417 writereg(par, PLL_POSTDIV, tmp); in gxt4500_set_par()
|