Searched refs:S_WR_OP (Results 1 – 2 of 2) sorted by relevance
199 #define S_WR_OP 24 macro200 #define V_WR_OP(x) ((__u64)(x) << S_WR_OP)
276 #define S_WR_OP 24 macro278 #define V_WR_OP(x) ((x) << S_WR_OP)279 #define G_WR_OP(x) (((x) >> S_WR_OP) & M_WR_OP)