Searched defs:PLL_FRAC (Results 1 – 5 of 5) sorted by relevance
40 #define PLL_FRAC(x) UPDATE(x, 23, 0) macro
40 #define PLL_FRAC(x) ((x) << 0) macro
88 static const u8 PLL_FRAC[16] = { variable
58 #define PLL_FRAC(p) ((p)->offset + (p)->regs[PLL_OFF_FRAC]) macro