Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h49700 #define S_HIBERCOUNT 8 macro
49702 #define V_HIBERCOUNT(x) ((x) << S_HIBERCOUNT)
49703 #define G_HIBERCOUNT(x) (((x) >> S_HIBERCOUNT) & M_HIBERCOUNT)