Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h14461 #define S_TIMEUNIT 0 macro
14463 #define V_TIMEUNIT(x) ((x) << S_TIMEUNIT)
14464 #define G_TIMEUNIT(x) (((x) >> S_TIMEUNIT) & M_TIMEUNIT)