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

/freebsd-12-stable/sys/dev/cxgb/common/
H A Dcxgb_regs.h5563 #define S_CH1SIZE2 24 macro
5565 #define V_CH1SIZE2(x) ((x) << S_CH1SIZE2)
5566 #define G_CH1SIZE2(x) (((x) >> S_CH1SIZE2) & M_CH1SIZE2)
/freebsd-12-stable/sys/dev/cxgbe/common/
H A Dt4_regs.h29052 #define S_CH1SIZE2 8 macro
29054 #define V_CH1SIZE2(x) ((x) << S_CH1SIZE2)
29055 #define G_CH1SIZE2(x) (((x) >> S_CH1SIZE2) & M_CH1SIZE2)
[all...]

Completed in 573 milliseconds