Home
last modified time | relevance | path

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

/trueos/sys/dev/cxgbe/common/
HDt4_regs.h1660 #define S_CAUSE_REGISTER 24 macro
1662 #define V_CAUSE_REGISTER(x) ((x) << S_CAUSE_REGISTER)
1663 #define G_CAUSE_REGISTER(x) (((x) >> S_CAUSE_REGISTER) & M_CAUSE_REGISTER)