Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/usb/
H A Duhci-regs.h4 #define UHCI_USBCMD 0 macro
/openbmc/linux/drivers/usb/host/
H A Dpci-quirks.c27 #define UHCI_USBCMD 0 /* command register */ macro
650 outw(UHCI_USBCMD_HCRESET, base + UHCI_USBCMD); in uhci_reset_hc()
653 if (inw(base + UHCI_USBCMD) & UHCI_USBCMD_HCRESET) in uhci_reset_hc()
660 outw(0, base + UHCI_USBCMD); in uhci_reset_hc()
692 cmd = inw(base + UHCI_USBCMD); in uhci_check_and_reset_hc()
/openbmc/qemu/hw/usb/
H A Dhcd-uhci-sysbus.c96 return UHCI_USBCMD; in aspeed_uhci_chip_to_uhci()
H A Dhcd-uhci.c383 case UHCI_USBCMD: in uhci_port_write()
487 case UHCI_USBCMD: in uhci_port_read()