|
@@ -205,6 +205,10 @@ struct xhci_op_regs {
|
|
#define CMD_PM_INDEX (1 << 11)
|
|
#define CMD_PM_INDEX (1 << 11)
|
|
/* bits 12:31 are reserved (and should be preserved on writes). */
|
|
/* bits 12:31 are reserved (and should be preserved on writes). */
|
|
|
|
|
|
|
|
+/* IMAN - Interrupt Management Register */
|
|
|
|
+#define IMAN_IP (1 << 1)
|
|
|
|
+#define IMAN_IE (1 << 0)
|
|
|
|
+
|
|
/* USBSTS - USB status - status bitmasks */
|
|
/* USBSTS - USB status - status bitmasks */
|
|
/* HC not running - set to 1 when run/stop bit is cleared. */
|
|
/* HC not running - set to 1 when run/stop bit is cleared. */
|
|
#define STS_HALT XHCI_STS_HALT
|
|
#define STS_HALT XHCI_STS_HALT
|