From b6a68cf1b5b4447a098690fbbe9c2b3165f0c834 Mon Sep 17 00:00:00 2001 From: Eric Bénard Date: Wed, 20 Oct 2010 15:40:17 +0200 Subject: i.MX25 & 35 usb config bits : create mach/usb.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit as suggested by Baruch Siach Signed-off-by: Eric Bénard Signed-off-by: Sascha Hauer --- arch/arm/mach-imx/include/mach/usb.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 arch/arm/mach-imx/include/mach/usb.h (limited to 'arch/arm/mach-imx/include/mach/usb.h') diff --git a/arch/arm/mach-imx/include/mach/usb.h b/arch/arm/mach-imx/include/mach/usb.h new file mode 100644 index 0000000000..5d6670d067 --- /dev/null +++ b/arch/arm/mach-imx/include/mach/usb.h @@ -0,0 +1,14 @@ +#ifndef __MACH_USB_H_ +#define __MACH_USB_H_ + +/* configuration bits for i.MX25 and i.MX35 */ +#define MX35_H1_SIC_SHIFT 21 +#define MX35_H1_SIC_MASK (0x3 << MX35_H1_SIC_SHIFT) +#define MX35_H1_PM_BIT (1 << 8) +#define MX35_H1_IPPUE_UP_BIT (1 << 7) +#define MX35_H1_IPPUE_DOWN_BIT (1 << 6) +#define MX35_H1_TLL_BIT (1 << 5) +#define MX35_H1_USBTE_BIT (1 << 4) +#define MXC_EHCI_INTERFACE_SINGLE_UNI (2 << 0) + +#endif /* __MACH_USB_H_*/ -- cgit v1.2.3