Home
last modified time | relevance | path

Searched refs:OTG_A_BUSREQ (Results 1 – 4 of 4) sorted by relevance

/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)
712 otg_ctrl |= OTG_A_BUSREQ; in omap_otg_irq()
735 otg_ctrl &= ~OTG_A_BUSREQ & OTG_CTRL_MASK & ~OTG_XCEIV_INPUTS; in omap_otg_irq()
749 otg_ctrl &= ~OTG_A_BUSREQ & OTG_CTRL_MASK & ~OTG_XCEIV_INPUTS; in omap_otg_irq()
785 omap_writel(otg_ctrl | OTG_A_BUSREQ, OTG_CTRL); in omap_otg_irq()
1137 otg_ctrl |= OTG_A_BUSREQ; in isp1301_work()
1424 otg_ctrl &= ~OTG_A_BUSREQ & OTG_CTRL_MASK; in isp1301_start_srp()
/linux-4.1.27/arch/arm/mach-omap1/include/mach/
Dusb.h82 # define OTG_A_BUSREQ (1 << 11) macro
/linux-4.1.27/drivers/usb/host/
Dohci-omap.c189 l &= ~OTG_A_BUSREQ; in start_hnp()
/linux-4.1.27/drivers/usb/gadget/udc/
Domap_udc.c2275 (tmp & OTG_A_BUSREQ) ? " a_bus" : "", in proc_otg_show()