Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/cxgbe/common/
HDt4_regs.h45170 #define S_DEBUG_PORT_SEL 10 macro
45172 #define V_DEBUG_PORT_SEL(x) ((x) << S_DEBUG_PORT_SEL)
45173 #define G_DEBUG_PORT_SEL(x) (((x) >> S_DEBUG_PORT_SEL) & M_DEBUG_PORT_SEL)