Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/cxgb/
Dcxgb_regs.h684 #define S_ZPDOUT 9 macro
686 #define V_ZPDOUT(x) ((x) << S_ZPDOUT)
687 #define G_ZPDOUT(x) (((x) >> S_ZPDOUT) & M_ZPDOUT)