Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h44626 #define S_GENTIMERACT 4 macro
44628 #define V_GENTIMERACT(x) ((x) << S_GENTIMERACT)
44629 #define G_GENTIMERACT(x) (((x) >> S_GENTIMERACT) & M_GENTIMERACT)