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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/chelsio/
H A Dregs.h321 #define S_MC3_WIDTH 29 macro
323 #define V_MC3_WIDTH(x) ((x) << S_MC3_WIDTH)
324 #define G_MC3_WIDTH(x) (((x) >> S_MC3_WIDTH) & M_MC3_WIDTH)

Completed in 196 milliseconds