Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h5740 #define S_ICSPI_PAR_ERROR 3 macro
5742 #define V_ICSPI_PAR_ERROR(x) ((x) << S_ICSPI_PAR_ERROR)
5743 #define G_ICSPI_PAR_ERROR(x) (((x) >> S_ICSPI_PAR_ERROR) & M_ICSPI_PAR_ERROR)
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h30608 #define S_ICSPI_PAR_ERROR 1 macro
30609 #define V_ICSPI_PAR_ERROR(x) ((x) << S_ICSPI_PAR_ERROR)