Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Ddwc2.c132 writel(DWC2_GRSTCTL_RXFFLSH, &regs->grstctl); in dwc_otg_flush_rx_fifo()
133 ret = wait_for_bit_le32(&regs->grstctl, DWC2_GRSTCTL_RXFFLSH, in dwc_otg_flush_rx_fifo()
H A Ddwc2.h204 #define DWC2_GRSTCTL_RXFFLSH (1 << 4) macro