Home
last modified time | relevance | path

Searched refs:S_X_RBC_LANE_SEL (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h2442 #define S_X_RBC_LANE_SEL 16 macro
2444 #define V_X_RBC_LANE_SEL(x) ((x) << S_X_RBC_LANE_SEL)
2445 #define G_X_RBC_LANE_SEL(x) (((x) >> S_X_RBC_LANE_SEL) & M_X_RBC_LANE_SEL)