Searched refs:S_MI1_OP (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/chelsio/
H A Delmer0.h101 #define S_MI1_OP 0 macro
103 #define V_MI1_OP(x) ((x) << S_MI1_OP)
104 #define G_MI1_OP(x) (((x) >> S_MI1_OP) & M_MI1_OP)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/chelsio/
H A Delmer0.h101 #define S_MI1_OP 0 macro
103 #define V_MI1_OP(x) ((x) << S_MI1_OP)
104 #define G_MI1_OP(x) (((x) >> S_MI1_OP) & M_MI1_OP)

Completed in 117 milliseconds