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

/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h903 #define S_CFREQRDST 17 macro
905 #define V_CFREQRDST(x) ((x) << S_CFREQRDST)
906 #define G_CFREQRDST(x) (((x) >> S_CFREQRDST) & M_CFREQRDST)

Completed in 112 milliseconds