Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/usb/
H A Duhci-regs.h6 #define UHCI_CMD_GRESET (1 << 2) macro
/openbmc/qemu/hw/usb/
H A Dhcd-uhci.c402 if (val & UHCI_CMD_GRESET) { in uhci_port_write()