Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h7596 #define S_RXPOLARITY 0 macro
7598 #define V_RXPOLARITY(x) ((x) << S_RXPOLARITY)
7599 #define G_RXPOLARITY(x) (((x) >> S_RXPOLARITY) & M_RXPOLARITY)