Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_msg.c38 #define MESSAGE_STATUS_SUCCESS 0x0001 macro
100 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) in vmw_open_channel()
133 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) in vmw_close_channel()
162 (MESSAGE_STATUS_SUCCESS << 16) | VMW_PORT_CMD_HB_MSG, in vmw_port_hb_out()
173 ecx = MESSAGE_STATUS_SUCCESS << 16; in vmw_port_hb_out()
174 while (msg_len && (HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS)) { in vmw_port_hb_out()
217 (MESSAGE_STATUS_SUCCESS << 16) | VMW_PORT_CMD_HB_MSG, in vmw_port_hb_in()
227 ecx = MESSAGE_STATUS_SUCCESS << 16; in vmw_port_hb_in()
235 MESSAGE_STATUS_SUCCESS, si, di, in vmw_port_hb_in()
240 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) in vmw_port_hb_in()
[all …]