Searched refs:TARGET_MODE_REPLY_PORT_MASK (Results 1 – 1 of 1) sorted by relevance
580 #define TARGET_MODE_REPLY_PORT_MASK (0x10000000) macro607 #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))