]> Pileus Git - ~andy/linux/blobdiff - drivers/usb/musb/omap2430.h
usb: musb: omap: write directly to mailbox instead of using phy
[~andy/linux] / drivers / usb / musb / omap2430.h
index 40b3c02ae9f0812f0d6cba75dab78a39b41f6c40..b85f3973e78c372061221a9e4e75852af5944629 100644 (file)
 #define OTG_FORCESTDBY         0x414
 #      define  ENABLEFORCE             (1 << 0)
 
+/*
+ * Control Module bit definitions
+ * XXX: Will be removed once we have a driver for control module.
+ */
+#define        AVALID                          BIT(0)
+#define        BVALID                          BIT(1)
+#define        VBUSVALID                       BIT(2)
+#define        SESSEND                         BIT(3)
+#define        IDDIG                           BIT(4)
 #endif /* __MUSB_OMAP243X_H__ */