Searched refs:S_MDI_OP (Results 1 – 1 of 1) sorted by relevance
6321 #define S_MDI_OP 0 macro6323 #define V_MDI_OP(x) ((x) << S_MDI_OP)6324 #define G_MDI_OP(x) (((x) >> S_MDI_OP) & M_MDI_OP)