Home
last modified time | relevance | path

Searched refs:GINTSTS_RXFLVL (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/usb/dwc2/
H A Dhw.h142 #define GINTSTS_RXFLVL BIT(4) macro
H A Dhcd_intr.c2231 dbg_gintsts &= ~(GINTSTS_HCHINT | GINTSTS_RXFLVL | in dwc2_handle_hcd_intr()
2242 if (gintsts & GINTSTS_RXFLVL) in dwc2_handle_hcd_intr()
H A Dgadget.c3374 GINTSTS_RXFLVL)
3534 dwc2_hsotg_en_gsint(hsotg, GINTSTS_RXFLVL); in dwc2_hsotg_core_init_disconnected()
3818 if (gintsts & GINTSTS_RXFLVL) { in dwc2_hsotg_irq()
3956 GINTSTS_RXFLVL, 100)) { in dwc2_hsotg_ep_stop_xfr()
H A Dhcd.c56 intmsk |= GINTSTS_RXFLVL; in dwc2_enable_common_interrupts()
/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h168 #define GINTSTS_RXFLVL BIT(4) macro
/openbmc/qemu/hw/usb/
H A Dhcd-dwc2.c780 GINTSTS_GINNAKEFF | GINTSTS_NPTXFEMP | GINTSTS_RXFLVL | in dwc2_glbreg_write()