Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h38636 #define S_REGION_EN 0 macro
38638 #define V_REGION_EN(x) ((x) << S_REGION_EN)
38639 #define G_REGION_EN(x) (((x) >> S_REGION_EN) & M_REGION_EN)