Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/phy/
Dphy-isp1301-omap.c70 (OTG_A_BUSREQ|OTG_A_SETB_HNPEN|OTG_B_BUSREQ|OTG_B_HNPEN|OTG_BUSDROP)
699 otg_ctrl |= OTG_A_BUSREQ; in omap_otg_irq()
722 otg_ctrl &= ~OTG_A_BUSREQ & OTG_CTRL_MASK & ~OTG_XCEIV_INPUTS; in omap_otg_irq()
736 otg_ctrl &= ~OTG_A_BUSREQ & OTG_CTRL_MASK & ~OTG_XCEIV_INPUTS; in omap_otg_irq()
772 omap_writel(otg_ctrl | OTG_A_BUSREQ, OTG_CTRL); in omap_otg_irq()
1124 otg_ctrl |= OTG_A_BUSREQ; in isp1301_work()
1412 otg_ctrl &= ~OTG_A_BUSREQ & OTG_CTRL_MASK; in isp1301_start_srp()
/Linux-v5.10/arch/arm/mach-omap1/include/mach/
Dusb.h81 # define OTG_A_BUSREQ (1 << 11) macro
/Linux-v5.10/drivers/usb/host/
Dohci-omap.c177 l &= ~OTG_A_BUSREQ; in start_hnp()
/Linux-v5.10/drivers/usb/gadget/udc/
Domap_udc.c2272 (tmp & OTG_A_BUSREQ) ? " a_bus" : "", in proc_otg_show()