Home
last modified time | relevance | path

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

/openbmc/linux/drivers/message/fusion/lsi/
H A Dmpi_targ.h580 #define TARGET_MODE_REPLY_PORT_MASK (0x10000000) macro
607 #define GET_PORT(x) (((x) & TARGET_MODE_REPLY_PORT_MASK) \
610 #define SET_PORT(t, p) ((t) = ((t) & ~TARGET_MODE_REPLY_PORT_MASK) | \
612 TARGET_MODE_REPLY_PORT_MASK))