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.h75124 #define S_PIO_FSM 0 macro
75126 #define V_PIO_FSM(x) ((x) << S_PIO_FSM)
75127 #define G_PIO_FSM(x) (((x) >> S_PIO_FSM) & M_PIO_FSM)