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

/freebsd-10.0-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h2456 #define S_PE_RBC_LANE_SEL 4 macro
2458 #define V_PE_RBC_LANE_SEL(x) ((x) << S_PE_RBC_LANE_SEL)
2459 #define G_PE_RBC_LANE_SEL(x) (((x) >> S_PE_RBC_LANE_SEL) & M_PE_RBC_LANE_SEL)

Completed in 205 milliseconds