Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-omap1/include/mach/
Dusb.h79 # define OTG_ID (1 << 16) macro
/linux-4.4.14/drivers/usb/phy/
Dphy-isp1301-omap.c79 (OTG_ASESSVLD|OTG_BSESSEND|OTG_BSESSVLD|OTG_VBUSVLD|OTG_ID)
497 otg_ctrl &= ~(OTG_ID|OTG_ASESSVLD|OTG_VBUSVLD); in update_otg1()
515 otg_ctrl |= OTG_ID; in update_otg1()
783 if (!(otg_ctrl & OTG_ID)) { in omap_otg_irq()
1365 l |= OTG_ID; in isp1301_set_peripheral()
/linux-4.4.14/drivers/usb/gadget/udc/
Domap_udc.c1371 if (omap_readl(OTG_CTRL) & OTG_ID) in update_otg()
2272 (tmp & OTG_ID) ? " id" : "", in proc_otg_show()