Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dhw.h171 #define GINTSTS_RXFLVL BIT(4) macro
H A Dhcd_intr.c2263 dbg_gintsts &= ~(GINTSTS_HCHINT | GINTSTS_RXFLVL | in dwc2_handle_hcd_intr()
2274 if (gintsts & GINTSTS_RXFLVL) in dwc2_handle_hcd_intr()
H A Dgadget.c3405 GINTSTS_RXFLVL)
3565 dwc2_hsotg_en_gsint(hsotg, GINTSTS_RXFLVL); in dwc2_hsotg_core_init_disconnected()
3843 if (gintsts & GINTSTS_RXFLVL) { in dwc2_hsotg_irq()
3981 GINTSTS_RXFLVL, 100)) { in dwc2_hsotg_ep_stop_xfr()
H A Dhcd.c87 intmsk |= GINTSTS_RXFLVL; in dwc2_enable_common_interrupts()