Searched refs:S_SS_QUAD (Results 1 – 1 of 1) sorted by relevance
59066 #define S_SS_QUAD 8 macro59068 #define V_SS_QUAD(x) ((x) << S_SS_QUAD)59069 #define G_SS_QUAD(x) (((x) >> S_SS_QUAD) & M_SS_QUAD)