]> Pileus Git - ~andy/linux/blobdiff - drivers/usb/host/ehci-fsl.h
Merge branch 'for-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc...
[~andy/linux] / drivers / usb / host / ehci-fsl.h
index 3fabed33d940d9f2f6bbb094de137b82f5282bbc..4918062211656c276f5904cc50d45605076ed026 100644 (file)
 #define        PORT_PTS_SERIAL         (3<<30)
 #define PORT_PTS_PTW           (1<<28)
 #define FSL_SOC_USB_PORTSC2    0x188
+#define FSL_SOC_USB_USBMODE    0x1a8
+#define USBMODE_CM_MASK                (3 << 0)        /* controller mode mask */
+#define USBMODE_CM_HOST                (3 << 0)        /* controller mode: host */
+#define USBMODE_ES             (1 << 2)        /* (Big) Endian Select */
 
 #define FSL_SOC_USB_USBGENCTRL 0x200
 #define USBGENCTRL_PPP         (1 << 3)