Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Dhw.h140 #define GINTSTS_HCHINT (1 << 25) macro
Dhcd_intr.c2160 dbg_gintsts &= ~(GINTSTS_HCHINT | GINTSTS_RXFLVL | in dwc2_handle_hcd_intr()
2177 if (gintsts & GINTSTS_HCHINT) in dwc2_handle_hcd_intr()
Dcore.c866 intmsk |= GINTSTS_DISCONNINT | GINTSTS_PRTINT | GINTSTS_HCHINT; in dwc2_enable_host_interrupts()
880 intmsk &= ~(GINTSTS_SOF | GINTSTS_PRTINT | GINTSTS_HCHINT | in dwc2_disable_host_interrupts()
1278 intmsk |= GINTSTS_HCHINT; in dwc2_hc_enable_ints()
Dhcd.c291 intr &= ~(GINTSTS_NPTXFEMP | GINTSTS_PTXFEMP | GINTSTS_HCHINT); in dwc2_hcd_disconnect()
293 intr = GINTSTS_NPTXFEMP | GINTSTS_PTXFEMP | GINTSTS_HCHINT; in dwc2_hcd_disconnect()