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

/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h3019 #define S_ADDREND 5 macro
3021 #define V_ADDREND(x) ((x) << S_ADDREND)
3022 #define G_ADDREND(x) (((x) >> S_ADDREND) & M_ADDREND)

Completed in 123 milliseconds