Home
last modified time | relevance | path

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

/trueos/sys/dev/cxgbe/common/
HDt4_regs.h14573 #define S_TABLELATENCYSTART 24 macro
14575 #define V_TABLELATENCYSTART(x) ((x) << S_TABLELATENCYSTART)
14576 #define G_TABLELATENCYSTART(x) (((x) >> S_TABLELATENCYSTART) & M_TABLELATENCYSTART)