Searched refs:XHCI_CMD_HCRST (Results 1 – 4 of 4) sorted by relevance
77 #define XHCI_CMD_HCRST 0x00000002 /* RW Host Controller Reset */ macro
111 #define XHCI_CMD_HCRST 0x00000002 /* RW HC Reset */ macro
1679 cmdreg |= XHCI_CMD_HCRST; in xhci_controller_reset()1702 XHCI_CMD_HCRST, 0, 500, 10)) != 0) in xhci_controller_reset()
428 if (cmd & XHCI_CMD_HCRST) { in pci_xhci_usbcmd_write()431 cmd &= ~XHCI_CMD_HCRST; in pci_xhci_usbcmd_write()