Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc2/
A Dhw.h150 #define GINTSTS_HCHINT BIT(25) macro
A Dhcd_intr.c2260 dbg_gintsts &= ~(GINTSTS_HCHINT | GINTSTS_RXFLVL | in dwc2_handle_hcd_intr()
2277 if (gintsts & GINTSTS_HCHINT) in dwc2_handle_hcd_intr()
A Dhcd.c199 intmsk |= GINTSTS_DISCONNINT | GINTSTS_PRTINT | GINTSTS_HCHINT; in dwc2_enable_host_interrupts()
213 intmsk &= ~(GINTSTS_SOF | GINTSTS_PRTINT | GINTSTS_HCHINT | in dwc2_disable_host_interrupts()
663 intmsk |= GINTSTS_HCHINT; in dwc2_hc_enable_ints()
1784 intr &= ~(GINTSTS_NPTXFEMP | GINTSTS_PTXFEMP | GINTSTS_HCHINT); in dwc2_hcd_disconnect()
1786 intr = GINTSTS_NPTXFEMP | GINTSTS_PTXFEMP | GINTSTS_HCHINT; in dwc2_hcd_disconnect()

Completed in 18 milliseconds