Home
last modified time | relevance | path

Searched refs:MX31_OTG_SIC_SHIFT (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/arch/arm/mach-mx3/
Dehci-imx31.c24 #define MX31_OTG_SIC_SHIFT 29 macro
25 #define MX31_OTG_SIC_MASK (0x3 << MX31_OTG_SIC_SHIFT)
47 v |= (flags & MXC_EHCI_INTERFACE_MASK) << MX31_OTG_SIC_SHIFT; in mx31_initialize_usb_hw()