Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/usb/
H A Duhci-regs.h26 #define UHCI_STS_USBINT (1 << 0) macro
/openbmc/qemu/hw/usb/
H A Dhcd-uhci.c424 if (val & UHCI_STS_USBINT) { in uhci_port_write()
1155 s->status |= UHCI_STS_USBINT; in uhci_frame_timer()