Searched defs:PLL_F (Results 1 – 3 of 3) sorted by relevance
28 #define PLL_F(x) (((x) & 0x1ff) << 6) macro
35 #define PLL_F(x) (((x) & 0x3F) << 4) macro
34 #define PLL_F(x) (((x) & 0x1ff) << 6) macro