Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/soc/ti/
Domap1-usb.h65 # define OTG_DRIVER_SEL (1 << 15) macro
/linux-6.1.9/drivers/usb/phy/
Dphy-isp1301-omap.c73 #define OTG_CTRL_MASK (OTG_DRIVER_SEL| \
752 (otg_ctrl & OTG_DRIVER_SEL) in omap_otg_irq()
758 if (otg_ctrl & OTG_DRIVER_SEL) { in omap_otg_irq()
/linux-6.1.9/drivers/usb/gadget/udc/
Domap_udc.c2275 (tmp & OTG_DRIVER_SEL) ? " DEVICE" : " HOST", in proc_otg_show()