Searched refs:S_NUM_LIP (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 Dregs.h1837 #define S_NUM_LIP 18 macro
1839 #define V_NUM_LIP(x) ((x) << S_NUM_LIP)
1840 #define G_NUM_LIP(x) (((x) >> S_NUM_LIP) & M_NUM_LIP)
/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 Dregs.h1837 #define S_NUM_LIP 18 macro
1839 #define V_NUM_LIP(x) ((x) << S_NUM_LIP)
1840 #define G_NUM_LIP(x) (((x) >> S_NUM_LIP) & M_NUM_LIP)

Completed in 206 milliseconds