Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/cxgbe/common/
HDt4_regs.h16148 #define S_EXT_MEM0_BASE 16 macro
16150 #define V_EXT_MEM0_BASE(x) ((x) << S_EXT_MEM0_BASE)
16151 #define G_EXT_MEM0_BASE(x) (((x) >> S_EXT_MEM0_BASE) & M_EXT_MEM0_BASE)