Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/soc/ti/
Domap1-usb.h77 #define OTG_IRQ_EN (OTG_BASE + 0x10) /* 16-bit */ macro
/linux-5.19.10/drivers/usb/phy/
Dphy-isp1301-omap.c841 | A_VBUS_ERR | A_SRP_DETECT | A_REQ_TMROUT, OTG_IRQ_EN); in isp1301_otg_init()
1268 omap_writew(0, OTG_IRQ_EN); in isp1301_set_host()
1324 omap_writew(0, OTG_IRQ_EN); in isp1301_set_peripheral()
/linux-5.19.10/drivers/usb/gadget/udc/
Domap_udc.c2288 tmp = omap_readw(OTG_IRQ_EN); in proc_otg_show()