Searched refs:S_HMSK (Results 1 – 1 of 1) sorted by relevance
68191 #define S_HMSK 0 macro68193 #define V_HMSK(x) ((x) << S_HMSK)68194 #define G_HMSK(x) (((x) >> S_HMSK) & M_HMSK)