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