Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h50572 #define S_AMPS_LOCK 0 macro
50574 #define V_AMPS_LOCK(x) ((x) << S_AMPS_LOCK)
50575 #define G_AMPS_LOCK(x) (((x) >> S_AMPS_LOCK) & M_AMPS_LOCK)