Searched refs:pinternal (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/clk/sprd/ |
| D | pll.c | 32 #define pinternal(pll, cfg, member) \ macro 36 (pinternal(pll, cfg, member) >> pshift(pll, member)) 115 if (pinternal(pll, cfg, PLL_PREDIV)) 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() 123 if (!pinternal(pll, cfg, PLL_DIV_S)) { in _sprd_pll_recalc_rate() 127 if (pinternal(pll, cfg, PLL_SDM_EN)) in _sprd_pll_recalc_rate()
|