Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h22738 #define S_TABLELATENCYSTART 24 macro
22740 #define V_TABLELATENCYSTART(x) ((x) << S_TABLELATENCYSTART)
22741 #define G_TABLELATENCYSTART(x) (((x) >> S_TABLELATENCYSTART) & M_TABLELATENCYSTART)