Searched refs:S_DDPMSGCODE (Results 1 – 1 of 1) sorted by relevance
34856 #define S_DDPMSGCODE 12 macro34858 #define V_DDPMSGCODE(x) ((x) << S_DDPMSGCODE)34859 #define G_DDPMSGCODE(x) (((x) >> S_DDPMSGCODE) & M_DDPMSGCODE)