Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h54333 #define S_QCCSIGN 6 macro
54335 #define V_QCCSIGN(x) ((x) << S_QCCSIGN)
54336 #define G_QCCSIGN(x) (((x) >> S_QCCSIGN) & M_QCCSIGN)