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

/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h5562 #define S_CH1SIZE2 24 macro
5564 #define V_CH1SIZE2(x) ((x) << S_CH1SIZE2)
5565 #define G_CH1SIZE2(x) (((x) >> S_CH1SIZE2) & M_CH1SIZE2)
/freebsd-10.3-release/sys/dev/cxgbe/common/
H A Dt4_regs.h20207 #define S_CH1SIZE2 8 macro
20209 #define V_CH1SIZE2(x) ((x) << S_CH1SIZE2)
20210 #define G_CH1SIZE2(x) (((x) >> S_CH1SIZE2) & M_CH1SIZE2)
[all...]

Completed in 541 milliseconds