Searched refs:S_DENSITY (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.h304 #define S_DENSITY 24 macro
306 #define V_DENSITY(x) ((x) << S_DENSITY)
307 #define G_DENSITY(x) (((x) >> S_DENSITY) & M_DENSITY)
/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.h304 #define S_DENSITY 24 macro
306 #define V_DENSITY(x) ((x) << S_DENSITY)
307 #define G_DENSITY(x) (((x) >> S_DENSITY) & M_DENSITY)

Completed in 130 milliseconds