Searched refs:S_MC4A_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.h522 #define S_MC4A_WIDTH 24 macro
524 #define V_MC4A_WIDTH(x) ((x) << S_MC4A_WIDTH)
525 #define G_MC4A_WIDTH(x) (((x) >> S_MC4A_WIDTH) & M_MC4A_WIDTH)

Completed in 33 milliseconds