Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/cxgb/
Dcxgb_regs.h6886 #define S_RXPOLARITY 0 macro
6888 #define V_RXPOLARITY(x) ((x) << S_RXPOLARITY)
6889 #define G_RXPOLARITY(x) (((x) >> S_RXPOLARITY) & M_RXPOLARITY)