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

/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h933 #define S_PIOST 2 macro
935 #define V_PIOST(x) ((x) << S_PIOST)
936 #define G_PIOST(x) (((x) >> S_PIOST) & M_PIOST)

Completed in 135 milliseconds