Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dpci-quirks.c27 #define UHCI_USBCMD 0 /* command register */ macro
652 outw(UHCI_USBCMD_HCRESET, base + UHCI_USBCMD); in uhci_reset_hc()
655 if (inw(base + UHCI_USBCMD) & UHCI_USBCMD_HCRESET) in uhci_reset_hc()
662 outw(0, base + UHCI_USBCMD); in uhci_reset_hc()
694 cmd = inw(base + UHCI_USBCMD); in uhci_check_and_reset_hc()
/kernel/linux/linux-6.6/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()

Completed in 4 milliseconds