Searched defs:PLL_INT (Results 1 – 3 of 3) sorted by relevance
202 #define PLL_INT (1 << 10) /* PLL input-clock out-of-range */ macro
79 static const u8 PLL_INT[16] = { variable
84 #define PLL_INT(n) (0x69 + ((n) & 0x1)) /* 0..1 */ macro