Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dpci-quirks.c24 #define UHCI_USBCMD 0 /* command register */ macro
640 outw(UHCI_USBCMD_HCRESET, base + UHCI_USBCMD); in uhci_reset_hc()
643 if (inw(base + UHCI_USBCMD) & UHCI_USBCMD_HCRESET) in uhci_reset_hc()
650 outw(0, base + UHCI_USBCMD); in uhci_reset_hc()
682 cmd = inw(base + UHCI_USBCMD); in uhci_check_and_reset_hc()