Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Daspeed_ibt.c59 #define VM_MSG_CHAR 0xA0 /* Marks end of message */ macro
101 case VM_MSG_CHAR: in vm_add_char()
169 c[len++] = VM_MSG_CHAR; in vm_send()
268 case VM_MSG_CHAR: in vm_handle_char()
277 } else if (ch == VM_MSG_CHAR) { in vm_handle_char()
/openbmc/qemu/hw/ipmi/
H A Dipmi_bmc_extern.c42 #define VM_MSG_CHAR 0xA0 /* Marks end of message */ macro
171 case VM_MSG_CHAR: in addchar()
227 ibe->outbuf[ibe->outlen] = VM_MSG_CHAR; in ipmi_bmc_extern_handle_command()
327 case VM_MSG_CHAR: in receive()