Searched refs:S_SET_LEN (Results 1 – 1 of 1) sorted by relevance
61111 #define S_SET_LEN 16 macro61113 #define V_SET_LEN(x) ((x) << S_SET_LEN)61114 #define G_SET_LEN(x) (((x) >> S_SET_LEN) & M_SET_LEN)