Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-omap1/include/mach/
Dusb.h45 # define OTG_RESET_DONE (1 << 2) macro
/linux-4.4.14/arch/arm/mach-omap1/
Dusb.c70 if (!(syscon & OTG_RESET_DONE)) in omap_otg_init()
/linux-4.4.14/drivers/usb/gadget/udc/
Domap_udc.c2250 (tmp & OTG_RESET_DONE) ? " reset_done" : " reset_active"); in proc_otg_show()