Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/cxgb/
Dcxgb_regs.h1456 #define S_EXTBISTPAT 17 macro
1458 #define V_EXTBISTPAT(x) ((x) << S_EXTBISTPAT)
1459 #define G_EXTBISTPAT(x) (((x) >> S_EXTBISTPAT) & M_EXTBISTPAT)