Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/gadget/
Ddwc2_udc_otg_regs.h243 #define RX_FIFO_FLUSH (0x1 << 4) macro
Ddwc2_udc_otg.c491 writel(RX_FIFO_FLUSH, &reg->grstctl); in reconfig_usbd()
492 while (readl(&reg->grstctl) & RX_FIFO_FLUSH) in reconfig_usbd()