Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Ddev-serial.c200 static void usb_serial_set_xonxoff(USBSerialState *s, int xonxoff) in usb_serial_set_xonxoff() argument
205 s->xon = xonxoff & 0xff; in usb_serial_set_xonxoff()
206 s->xoff = (xonxoff >> 8) & 0xff; in usb_serial_set_xonxoff()