Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h62621 #define S_RAS_FSM_SLV 15 macro
62623 #define V_RAS_FSM_SLV(x) ((x) << S_RAS_FSM_SLV)
62624 #define G_RAS_FSM_SLV(x) (((x) >> S_RAS_FSM_SLV) & M_RAS_FSM_SLV)