Searched refs:S_SET_LEN (Results 1 – 1 of 1) sorted by relevance
47870 #define S_SET_LEN 16 macro47872 #define V_SET_LEN(x) ((x) << S_SET_LEN)47873 #define G_SET_LEN(x) (((x) >> S_SET_LEN) & M_SET_LEN)