Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_msg.c37 #define MESSAGE_STATUS_SUCCESS 0x0001 macro
97 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) in vmw_open_channel()
130 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) in vmw_close_channel()
158 (MESSAGE_STATUS_SUCCESS << 16) | VMW_PORT_CMD_HB_MSG, in vmw_port_hb_out()
169 ecx = MESSAGE_STATUS_SUCCESS << 16; in vmw_port_hb_out()
170 while (msg_len && (HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS)) { in vmw_port_hb_out()
212 (MESSAGE_STATUS_SUCCESS << 16) | VMW_PORT_CMD_HB_MSG, in vmw_port_hb_in()
222 ecx = MESSAGE_STATUS_SUCCESS << 16; in vmw_port_hb_in()
230 MESSAGE_STATUS_SUCCESS, si, di, in vmw_port_hb_in()
235 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) in vmw_port_hb_in()
[all …]