Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h62673 #define S_PIO_FSM 0 macro
62675 #define V_PIO_FSM(x) ((x) << S_PIO_FSM)
62676 #define G_PIO_FSM(x) (((x) >> S_PIO_FSM) & M_PIO_FSM)