Searched refs:S_SET_PU (Results 1 – 1 of 1) sorted by relevance
6578 #define S_SET_PU 3 macro6580 #define V_SET_PU(x) ((x) << S_SET_PU)6581 #define G_SET_PU(x) (((x) >> S_SET_PU) & M_SET_PU)