Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h26435 #define S_GLBLTTICK 0 macro
26437 #define V_GLBLTTICK(x) ((x) << S_GLBLTTICK)
26438 #define G_GLBLTTICK(x) (((x) >> S_GLBLTTICK) & M_GLBLTTICK)