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

/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h5741 #define S_ICSPI_PAR_ERROR 3 macro
5743 #define V_ICSPI_PAR_ERROR(x) ((x) << S_ICSPI_PAR_ERROR)
5744 #define G_ICSPI_PAR_ERROR(x) (((x) >> S_ICSPI_PAR_ERROR) & M_ICSPI_PAR_ERROR)
/freebsd-10.3-release/sys/dev/cxgbe/common/
H A Dt4_regs.h21492 #define S_ICSPI_PAR_ERROR 1 macro
21493 #define V_ICSPI_PAR_ERROR(x) ((x) << S_ICSPI_PAR_ERROR)
[all...]

Completed in 520 milliseconds