Searched refs:S_RF_PARITY_ERR (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.h2133 #define S_RF_PARITY_ERR 8 macro
2135 #define V_RF_PARITY_ERR(x) ((x) << S_RF_PARITY_ERR)
2136 #define G_RF_PARITY_ERR(x) (((x) >> S_RF_PARITY_ERR) & M_RF_PARITY_ERR)

Completed in 31 milliseconds