Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-omap1/include/mach/
Dusb.h85 # define OTG_BUSDROP (1 << 7) macro
/linux-4.1.27/drivers/usb/phy/
Dphy-isp1301-omap.c83 (OTG_A_BUSREQ|OTG_A_SETB_HNPEN|OTG_B_BUSREQ|OTG_B_HNPEN|OTG_BUSDROP)
689 otg_ctrl |= OTG_BUSDROP; in omap_otg_irq()
713 otg_ctrl &= ~(OTG_BUSDROP|OTG_B_BUSREQ) in omap_otg_irq()
734 otg_ctrl |= OTG_BUSDROP; in omap_otg_irq()
748 otg_ctrl |= OTG_BUSDROP; in omap_otg_irq()
1138 otg_ctrl &= ~(OTG_BUSDROP|OTG_B_BUSREQ) in isp1301_work()
/linux-4.1.27/drivers/usb/gadget/udc/
Domap_udc.c2278 (tmp & OTG_BUSDROP) ? " busdrop" : "", in proc_otg_show()