Searched refs:S_UPGEN (Results 1 – 1 of 1) sorted by relevance
12376 #define S_UPGEN 2 macro12378 #define V_UPGEN(x) ((x) << S_UPGEN)12379 #define G_UPGEN(x) (((x) >> S_UPGEN) & M_UPGEN)