Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h8978 #define S_LASTRESETSTATE 0 macro
8980 #define V_LASTRESETSTATE(x) ((x) << S_LASTRESETSTATE)
8981 #define G_LASTRESETSTATE(x) (((x) >> S_LASTRESETSTATE) & M_LASTRESETSTATE)