Searched refs:S_HMSK (Results 1 – 1 of 1) sorted by relevance
55530 #define S_HMSK 0 macro55532 #define V_HMSK(x) ((x) << S_HMSK)55533 #define G_HMSK(x) (((x) >> S_HMSK) & M_HMSK)