Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-omap1/include/mach/
Dusb.h42 # define OTG_IDLE_EN (1 << 15) macro
/linux-4.1.27/arch/arm/mach-omap1/
Dusb.c124 syscon |= HST_IDLE_EN|DEV_IDLE_EN|OTG_IDLE_EN; in omap_otg_init()
157 syscon &= ~OTG_IDLE_EN; in omap_otg_init()
/linux-4.1.27/drivers/usb/gadget/udc/
Domap_udc.c2247 (tmp & OTG_IDLE_EN) ? " !otg" : "", in proc_otg_show()