Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h4555 #define S_DEFAULTCPUBASE 22 macro
4557 #define V_DEFAULTCPUBASE(x) ((x) << S_DEFAULTCPUBASE)
4558 #define G_DEFAULTCPUBASE(x) (((x) >> S_DEFAULTCPUBASE) & M_DEFAULTCPUBASE)