Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h4736 #define S_PERSTTIMERCOUNT 12 macro
4738 #define V_PERSTTIMERCOUNT(x) ((x) << S_PERSTTIMERCOUNT)
4739 #define G_PERSTTIMERCOUNT(x) (((x) >> S_PERSTTIMERCOUNT) & M_PERSTTIMERCOUNT)