Searched defs:PLL_FRAC (Results 1 – 3 of 3) sorted by relevance
87 static const u8 PLL_FRAC[16] = { variable
83 #define PLL_FRAC(n) (0x66 + ((n) & 0x3)) /* 0..2 */ macro
63 #define PLL_FRAC(p) ((p)->offset + (p)->regs[PLL_OFF_FRAC]) macro