Home
last modified time | relevance | path

Searched refs:S_SVRBASE_ADDR (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/sys/dev/cxgbe/common/
Dt4_regs.h28257 #define S_SVRBASE_ADDR 2 macro
28259 #define V_SVRBASE_ADDR(x) ((x) << S_SVRBASE_ADDR)
28260 #define G_SVRBASE_ADDR(x) (((x) >> S_SVRBASE_ADDR) & M_SVRBASE_ADDR)