Searched refs:S_UPGEN (Results 1 – 1 of 1) sorted by relevance
20394 #define S_UPGEN 2 macro20396 #define V_UPGEN(x) ((x) << S_UPGEN)20397 #define G_UPGEN(x) (((x) >> S_UPGEN) & M_UPGEN)