Searched refs:S_DDP_VALID (Results 1 – 1 of 1) sorted by relevance
1316 #define S_DDP_VALID 15 macro1318 #define V_DDP_VALID(x) ((x) << S_DDP_VALID)1319 #define G_DDP_VALID(x) (((x) >> S_DDP_VALID) & M_DDP_VALID)