Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/sprd/
H A Dpll.c32 #define pinternal(pll, cfg, member) \ macro
36 (pinternal(pll, cfg, member) >> pshift(pll, member))
116 if (pinternal(pll, cfg, PLL_PREDIV)) 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()
124 if (!pinternal(pll, cfg, PLL_DIV_S)) { in _sprd_pll_recalc_rate()
128 if (pinternal(pll, cfg, PLL_SDM_EN)) in _sprd_pll_recalc_rate()