Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h28289 #define S_ENGINELATENCYBASE 0 macro
28291 #define V_ENGINELATENCYBASE(x) ((x) << S_ENGINELATENCYBASE)
28292 #define G_ENGINELATENCYBASE(x) (((x) >> S_ENGINELATENCYBASE) & M_ENGINELATENCYBASE)