Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cxgbe/common/
Dt4_regs.h28589 #define S_TRCSOPCNT 24 macro
28591 #define V_TRCSOPCNT(x) ((x) << S_TRCSOPCNT)
28592 #define G_TRCSOPCNT(x) (((x) >> S_TRCSOPCNT) & M_TRCSOPCNT)