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

/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h5567 #define S_CH1SIZE1 16 macro
5569 #define V_CH1SIZE1(x) ((x) << S_CH1SIZE1)
5570 #define G_CH1SIZE1(x) (((x) >> S_CH1SIZE1) & M_CH1SIZE1)
/freebsd-10.3-release/sys/dev/cxgbe/common/
H A Dt4_regs.h20185 #define S_CH1SIZE1 8 macro
20187 #define V_CH1SIZE1(x) ((x) << S_CH1SIZE1)
20188 #define G_CH1SIZE1(x) (((x) >> S_CH1SIZE1) & M_CH1SIZE1)
[all...]

Completed in 677 milliseconds