Searched refs:S_UPGEN (Results 1 – 1 of 1) sorted by relevance
7071 #define S_UPGEN 2 macro7073 #define V_UPGEN(x) ((x) << S_UPGEN)7074 #define G_UPGEN(x) (((x) >> S_UPGEN) & M_UPGEN)