Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h40730 #define S_RX_POLARITY_INV 28 macro
40732 #define V_RX_POLARITY_INV(x) ((x) << S_RX_POLARITY_INV)
40733 #define G_RX_POLARITY_INV(x) (((x) >> S_RX_POLARITY_INV) & M_RX_POLARITY_INV)