Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cxgbe/common/
Dt4_regs.h28594 #define S_TRCEOPCNT 16 macro
28596 #define V_TRCEOPCNT(x) ((x) << S_TRCEOPCNT)
28597 #define G_TRCEOPCNT(x) (((x) >> S_TRCEOPCNT) & M_TRCEOPCNT)