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

/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h1092 #define S_PIO_STATEPL 20 macro
1094 #define V_PIO_STATEPL(x) ((x) << S_PIO_STATEPL)
1095 #define G_PIO_STATEPL(x) (((x) >> S_PIO_STATEPL) & M_PIO_STATEPL)

Completed in 138 milliseconds