Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h751 #define S_ZPDMAN 15 macro
753 #define V_ZPDMAN(x) ((x) << S_ZPDMAN)
754 #define G_ZPDMAN(x) (((x) >> S_ZPDMAN) & M_ZPDMAN)