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.h22763 #define S_ENGINELATENCYBASE 0 macro
22765 #define V_ENGINELATENCYBASE(x) ((x) << S_ENGINELATENCYBASE)
22766 #define G_ENGINELATENCYBASE(x) (((x) >> S_ENGINELATENCYBASE) & M_ENGINELATENCYBASE)