Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h31011 #define S_STATE_MACHINE_LOC 24 macro
31013 #define V_STATE_MACHINE_LOC(x) ((x) << S_STATE_MACHINE_LOC)
31014 #define G_STATE_MACHINE_LOC(x) (((x) >> S_STATE_MACHINE_LOC) & M_STATE_MACHINE_LOC)