Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h1566 #define S_PREEMPH 0 macro
1568 #define V_PREEMPH(x) ((x) << S_PREEMPH)
1569 #define G_PREEMPH(x) (((x) >> S_PREEMPH) & M_PREEMPH)