Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h36668 #define S_STOPBITS 22 macro
36670 #define V_STOPBITS(x) ((x) << S_STOPBITS)
36671 #define G_STOPBITS(x) (((x) >> S_STOPBITS) & M_STOPBITS)