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.h62937 #define S_HIBERCOUNT 8 macro
62939 #define V_HIBERCOUNT(x) ((x) << S_HIBERCOUNT)
62940 #define G_HIBERCOUNT(x) (((x) >> S_HIBERCOUNT) & M_HIBERCOUNT)