Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-mx5/
Dehci.c27 #define MXC_OTG_UCTRL_OWIE_BIT (1 << 27) /* OTG wakeup intr enable */ macro
94 v |= MXC_OTG_UCTRL_OWIE_BIT;/* OTG wakeup enable */ in mx51_initialize_usb_hw()
96 v &= ~MXC_OTG_UCTRL_OWIE_BIT;/* OTG wakeup disable */ in mx51_initialize_usb_hw()