Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h26023 #define S_CPCMDLENSAVE 16 macro
26025 #define V_CPCMDLENSAVE(x) ((x) << S_CPCMDLENSAVE)
26026 #define G_CPCMDLENSAVE(x) (((x) >> S_CPCMDLENSAVE) & M_CPCMDLENSAVE)