Searched refs:UHCI_CMD_GRESET (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/hw/usb/ | ||
H A D | uhci-regs.h | 6 #define UHCI_CMD_GRESET (1 << 2) macro |
/openbmc/qemu/hw/usb/ | ||
H A D | hcd-uhci.c | 402 if (val & UHCI_CMD_GRESET) { in uhci_port_write() |