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

/freebsd-9.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h1567 #define S_PREEMPH 0 macro
1569 #define V_PREEMPH(x) ((x) << S_PREEMPH)
1570 #define G_PREEMPH(x) (((x) >> S_PREEMPH) & M_PREEMPH)

Completed in 137 milliseconds