Searched defs:POSTDIV2 (Results 1 – 4 of 4) sorted by relevance
52 #define POSTDIV2(n) ((0x7 << (6 + 16)) | ((n) << 6)) macro
72 #define POSTDIV2(n) ((0x7 << (6 + 16)) | ((n) << 6)) macro
222 #define POSTDIV2(n) ((0x7 << (6 + 16)) | ((n) << 6)) macro
101 #define POSTDIV2(x) HIWORD_UPDATE(x, 8, 6) macro