Searched refs:TARGET_MODE_REPLY_PORT_MASK (Results 1 – 1 of 1) sorted by relevance
579 #define TARGET_MODE_REPLY_PORT_MASK (0x10000000) macro606 #define GET_PORT(x) (((x) & TARGET_MODE_REPLY_PORT_MASK) \609 #define SET_PORT(t, p) ((t) = ((t) & ~TARGET_MODE_REPLY_PORT_MASK) | \611 TARGET_MODE_REPLY_PORT_MASK))