|
@@ -343,6 +343,7 @@ struct xhci_op_regs {
|
|
#define SLOT_SPEED_LS (XDEV_LS << 10)
|
|
#define SLOT_SPEED_LS (XDEV_LS << 10)
|
|
#define SLOT_SPEED_HS (XDEV_HS << 10)
|
|
#define SLOT_SPEED_HS (XDEV_HS << 10)
|
|
#define SLOT_SPEED_SS (XDEV_SS << 10)
|
|
#define SLOT_SPEED_SS (XDEV_SS << 10)
|
|
|
|
+#define SLOT_SPEED_SSP (XDEV_SSP << 10)
|
|
/* Port Indicator Control */
|
|
/* Port Indicator Control */
|
|
#define PORT_LED_OFF (0 << 14)
|
|
#define PORT_LED_OFF (0 << 14)
|
|
#define PORT_LED_AMBER (1 << 14)
|
|
#define PORT_LED_AMBER (1 << 14)
|