Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_msg.c57 #define HIGH_WORD(X) ((X & 0xFFFF0000) >> 16) macro
304 if ((HIGH_WORD(cx) & MESSAGE_STATUS_SUCCESS) == 0) in svga_open_channel()
307 channel->channel_id = HIGH_WORD(dx); in svga_open_channel()
338 if ((HIGH_WORD(cx) & MESSAGE_STATUS_SUCCESS) == 0) in svga_close_channel()
375 if ((HIGH_WORD(cx) & MESSAGE_STATUS_SUCCESS) == 0 || in svga_send_msg()
376 (HIGH_WORD(cx) & MESSAGE_STATUS_HB) == 0) { in svga_send_msg()
393 if ((HIGH_WORD(bx) & MESSAGE_STATUS_SUCCESS) != 0) { in svga_send_msg()
395 } else if ((HIGH_WORD(bx) & MESSAGE_STATUS_CPT) != 0) { in svga_send_msg()