Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h1711 #define S_EXTBISTPAT 17 macro
1713 #define V_EXTBISTPAT(x) ((x) << S_EXTBISTPAT)
1714 #define G_EXTBISTPAT(x) (((x) >> S_EXTBISTPAT) & M_EXTBISTPAT)