Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cxgb/common/
HDcxgb_regs.h4556 #define S_DEFAULTCPUBASE 22 macro
4558 #define V_DEFAULTCPUBASE(x) ((x) << S_DEFAULTCPUBASE)
4559 #define G_DEFAULTCPUBASE(x) (((x) >> S_DEFAULTCPUBASE) & M_DEFAULTCPUBASE)