Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/soc/ti/
H A Domap1-usb.h29 # define DEV_IDLE_EN (1 << 13) macro
/openbmc/linux/arch/arm/mach-omap1/
H A Dusb.c110 syscon |= HST_IDLE_EN|DEV_IDLE_EN|OTG_IDLE_EN; in omap_otg_init()
117 syscon &= ~DEV_IDLE_EN; in omap_otg_init()
/openbmc/linux/drivers/usb/gadget/udc/
H A Domap_udc.c2246 (tmp & DEV_IDLE_EN) ? " !dev" : "", in proc_otg_show()