Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/plat-omap/
Dusb.c102 syscon |= HST_IDLE_EN|DEV_IDLE_EN|OTG_IDLE_EN; in omap_otg_init()
132 syscon &= ~OTG_IDLE_EN; in omap_otg_init()
/linux-3.4.99/arch/arm/plat-omap/include/plat/
Dusb.h194 # define OTG_IDLE_EN (1 << 15) macro
/linux-3.4.99/drivers/usb/gadget/
Domap_udc.c2327 (tmp & OTG_IDLE_EN) ? " !otg" : "", in proc_otg_show()