Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-omap1/include/mach/
Dusb.h44 # define DEV_IDLE_EN (1 << 13) 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()
131 syscon &= ~DEV_IDLE_EN; in omap_otg_init()
/linux-4.1.27/drivers/usb/gadget/udc/
Domap_udc.c2249 (tmp & DEV_IDLE_EN) ? " !dev" : "", in proc_otg_show()