Searched refs:S_DDPMSGCODE (Results 1 – 1 of 1) sorted by relevance
19290 #define S_DDPMSGCODE 12 macro19292 #define V_DDPMSGCODE(x) ((x) << S_DDPMSGCODE)19293 #define G_DDPMSGCODE(x) (((x) >> S_DDPMSGCODE) & M_DDPMSGCODE)