Searched refs:pinternal (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/clk/sprd/ |
D | pll.c | 32 #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()
|