Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/dwc2/
H A Ddwc2_core.c830 greset = GRSTCTL_TXFFLSH; in dwc2_flush_tx_fifo()
834 if (dwc2_hsotg_wait_bit_clear(hsotg, GRSTCTL, GRSTCTL_TXFFLSH, 10000)) in dwc2_flush_tx_fifo()
H A Ddwc2_hw.h137 #define GRSTCTL_TXFFLSH (1 << 5) macro