Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-mx5/
Dehci.c34 #define MXC_OTG_PHYCTRL_OC_DIS_BIT (1 << 8) /* OTG Disable Overcurrent Event */ macro
85 v |= MXC_OTG_PHYCTRL_OC_DIS_BIT; in mx51_initialize_usb_hw()
88 v &= ~MXC_OTG_PHYCTRL_OC_DIS_BIT; in mx51_initialize_usb_hw()