Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h16010 #define S_BIST_DATA_TYPE 0 macro
16012 #define V_BIST_DATA_TYPE(x) ((x) << S_BIST_DATA_TYPE)
16013 #define G_BIST_DATA_TYPE(x) (((x) >> S_BIST_DATA_TYPE) & M_BIST_DATA_TYPE)