Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h447 #define S_FLPARITYERROR 22 macro
449 #define V_FLPARITYERROR(x) ((x) << S_FLPARITYERROR)
450 #define G_FLPARITYERROR(x) (((x) >> S_FLPARITYERROR) & M_FLPARITYERROR)