Searched refs:USB_DWC2_GRSTCTL_TXFFLSH (Results 1 – 3 of 3) sorted by relevance
1183 base->grstctl |= USB_DWC2_GRSTCTL_TXFFLSH; in usb_dc_ep_flush()1193 } while (base->grstctl & USB_DWC2_GRSTCTL_TXFFLSH); in usb_dc_ep_flush()
213 #define USB_DWC2_GRSTCTL_TXFFLSH BIT(USB_DWC2_GRSTCTL_TXFFLSH_POS) macro
307 grstctl = usb_dwc2_set_grstctl_txfnum(fnum) | USB_DWC2_GRSTCTL_TXFFLSH; in dwc2_flush_tx_fifo()310 while (sys_read32(grstctl_reg) & USB_DWC2_GRSTCTL_TXFFLSH) { in dwc2_flush_tx_fifo()