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

/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h752 #define S_ZPDMAN 15 macro
754 #define V_ZPDMAN(x) ((x) << S_ZPDMAN)
755 #define G_ZPDMAN(x) (((x) >> S_ZPDMAN) & M_ZPDMAN)

Completed in 157 milliseconds