Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h38075 #define S_MAPDEFAULT 0 macro
38077 #define V_MAPDEFAULT(x) ((x) << S_MAPDEFAULT)
38078 #define G_MAPDEFAULT(x) (((x) >> S_MAPDEFAULT) & M_MAPDEFAULT)