Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_msg.c41 #define MESSAGE_STATUS_SUCCESS 0x0001 macro
115 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) in vmw_open_channel()
148 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) in vmw_close_channel()
178 (MESSAGE_STATUS_SUCCESS << 16) | VMW_PORT_CMD_HB_MSG, in vmw_port_hb_out()
189 ecx = MESSAGE_STATUS_SUCCESS << 16; in vmw_port_hb_out()
244 ecx = MESSAGE_STATUS_SUCCESS << 16; in vmw_port_hb_in()
252 MESSAGE_STATUS_SUCCESS, si, di, in vmw_port_hb_in()
257 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) in vmw_port_hb_in()
296 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) { in vmw_send_msg()
305 if ((HIGH_WORD(ebx) & MESSAGE_STATUS_SUCCESS) != 0) { in vmw_send_msg()
[all …]