Home
last modified time | relevance | path

Searched refs:GRSTCTL_TXFNUM_MASK (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/dwc2/
H A Dhw.h101 #define GRSTCTL_TXFNUM_MASK (0x1f << 6) macro
H A Dcore.c794 greset |= num << GRSTCTL_TXFNUM_SHIFT & GRSTCTL_TXFNUM_MASK; in dwc2_flush_tx_fifo()
/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h127 #define GRSTCTL_TXFNUM_MASK (0x1f << 6) macro