Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/mach-omap1/include/mach/
H A Dusb.h41 # define OTG_IDLE_EN (1 << 15) macro
/OK3568_Linux_fs/kernel/arch/arm/mach-omap1/
H A Dusb.c109 syscon |= HST_IDLE_EN|DEV_IDLE_EN|OTG_IDLE_EN; in omap_otg_init()
142 syscon &= ~OTG_IDLE_EN; in omap_otg_init()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Domap_udc.c2244 (tmp & OTG_IDLE_EN) ? " !otg" : "", in proc_otg_show()