Home
last modified time | relevance | path

Searched refs:USBOTGSS_UTMI_OTG_STATUS_SESSEND (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/usb/dwc3/
H A Ddwc3-omap.c115 #define USBOTGSS_UTMI_OTG_STATUS_SESSEND (1 << 3) macro
224 | USBOTGSS_UTMI_OTG_STATUS_SESSEND); in dwc3_omap_set_mailbox()
234 val &= ~USBOTGSS_UTMI_OTG_STATUS_SESSEND; in dwc3_omap_set_mailbox()
250 val |= USBOTGSS_UTMI_OTG_STATUS_SESSEND in dwc3_omap_set_mailbox()
H A Ddwc3-generic.c133 #define USBOTGSS_UTMI_OTG_STATUS_SESSEND BIT(3) in dwc3_ti_select_dr_mode() macro
186 reg &= ~(USBOTGSS_UTMI_OTG_STATUS_SESSEND | in dwc3_ti_select_dr_mode()