Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h48394 #define S_EXTENDED_STATUS 0 macro
48396 #define V_EXTENDED_STATUS(x) ((x) << S_EXTENDED_STATUS)
48397 #define G_EXTENDED_STATUS(x) (((x) >> S_EXTENDED_STATUS) & M_EXTENDED_STATUS)