Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
[cascardo/linux.git] / drivers / usb / musb / musb_regs.h
index 03f2655..b9bcda5 100644 (file)
 #define MUSB_DEVCTL_HR         0x02
 #define MUSB_DEVCTL_SESSION    0x01
 
+/* BABBLE_CTL */
+#define MUSB_BABBLE_FORCE_TXIDLE       0x80
+#define MUSB_BABBLE_SW_SESSION_CTRL    0x40
+#define MUSB_BABBLE_STUCK_J            0x20
+#define MUSB_BABBLE_RCV_DISABLE                0x04
+
 /* MUSB ULPI VBUSCONTROL */
 #define MUSB_ULPI_USE_EXTVBUS  0x01
 #define MUSB_ULPI_USE_EXTVBUSIND 0x02
  */
 
 #define MUSB_DEVCTL            0x60    /* 8 bit */
+#define MUSB_BABBLE_CTL                0x61    /* 8 bit */
 
 /* These are always controlled through the INDEX register */
 #define MUSB_TXFIFOSZ          0x62    /* 8-bit (see masks) */