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

/freebsd-13-stable/sys/dev/cxgb/common/
H A Dcxgb_regs.h5578 #define S_CH0SIZE1 0 macro
5580 #define V_CH0SIZE1(x) ((x) << S_CH0SIZE1)
5581 #define G_CH0SIZE1(x) (((x) >> S_CH0SIZE1) & M_CH0SIZE1)
/freebsd-13-stable/sys/dev/cxgbe/common/
H A Dt4_regs.h29039 #define S_CH0SIZE1 0 macro
29041 #define V_CH0SIZE1(x) ((x) << S_CH0SIZE1)
29042 #define G_CH0SIZE1(x) (((x) >> S_CH0SIZE1) & M_CH0SIZE1)
[all...]

Completed in 831 milliseconds