Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h28180 #define S_CH0LOW 0 macro
28182 #define V_CH0LOW(x) ((x) << S_CH0LOW)
28183 #define G_CH0LOW(x) (((x) >> S_CH0LOW) & M_CH0LOW)