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