Searched refs:MSG_BYTE_ENABLE (Results 1 – 3 of 3) sorted by relevance
55 or $((MSG_OP_READ << 24) | MSG_BYTE_ENABLE), %eax85 or $((MSG_OP_WRITE << 24) | MSG_BYTE_ENABLE), %eax
16 (((reg) << 8) & 0xff00) | MSG_BYTE_ENABLE)); in msg_port_setup()
34 #define MSG_BYTE_ENABLE 0xf0 macro