Searched refs:S_DDPMSGCODE (Results 1 – 1 of 1) sorted by relevance
34861 #define S_DDPMSGCODE 12 macro34863 #define V_DDPMSGCODE(x) ((x) << S_DDPMSGCODE)34864 #define G_DDPMSGCODE(x) (((x) >> S_DDPMSGCODE) & M_DDPMSGCODE)