Searched refs:S_DDP_MSG_CODE (Results 1 – 1 of 1) sorted by relevance
34808 #define S_DDP_MSG_CODE 12 macro34810 #define V_DDP_MSG_CODE(x) ((x) << S_DDP_MSG_CODE)34811 #define G_DDP_MSG_CODE(x) (((x) >> S_DDP_MSG_CODE) & M_DDP_MSG_CODE)