Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cxgbe/common/
Dt4_regs.h49698 #define S_HIBERCOUNT 8 macro
49700 #define V_HIBERCOUNT(x) ((x) << S_HIBERCOUNT)
49701 #define G_HIBERCOUNT(x) (((x) >> S_HIBERCOUNT) & M_HIBERCOUNT)