Searched refs:UHCI_CMD_FGR (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/hw/usb/ | ||
H A D | uhci-regs.h | 4 #define UHCI_CMD_FGR (1 << 4) macro |
/openbmc/qemu/hw/usb/ | ||
H A D | hcd-uhci.c | 544 s->cmd |= UHCI_CMD_FGR; in uhci_resume() |