Home
last modified time | relevance | path

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

/trueos/sys/dev/cxgbe/common/
HDt4_regs.h1665 #define S_CAUSE_BIT 19 macro
1667 #define V_CAUSE_BIT(x) ((x) << S_CAUSE_BIT)
1668 #define G_CAUSE_BIT(x) (((x) >> S_CAUSE_BIT) & M_CAUSE_BIT)