Searched refs:PLL_POSTDIV (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/clk/sprd/
H A Dpll.c119 if (pwidth(pll, PLL_POSTDIV) &&
120 ((pll->fflag == 1 && pinternal(pll, cfg, PLL_POSTDIV)) ||
121 (!pll->fflag && !pinternal(pll, cfg, PLL_POSTDIV))))
170 mask = pmask(pll, PLL_POSTDIV);
171 index = pindex(pll, PLL_POSTDIV);
172 width = pwidth(pll, PLL_POSTDIV);
H A Dpll.h34 PLL_POSTDIV, enumerator in enum:__anon91
/linux-master/drivers/video/fbdev/
H A Dgxt4500.c103 #define PLL_POSTDIV 0x4048 macro
415 writereg(par, PLL_POSTDIV, tmp | 0x9);
418 writereg(par, PLL_POSTDIV, tmp);

Completed in 194 milliseconds