Home
last modified time | relevance | path

Searched refs:GINTSTS_RESETDET (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dhw.h151 #define GINTSTS_RESETDET BIT(23) macro
H A Dgadget.c3489 GINTSTS_USBRST | GINTSTS_RESETDET | in dwc2_hsotg_core_init_disconnected()
3756 if (gintsts & GINTSTS_RESETDET) { in dwc2_hsotg_irq()
3759 dwc2_writel(hsotg, GINTSTS_RESETDET, GINTSTS); in dwc2_hsotg_irq()
3768 if (gintsts & (GINTSTS_USBRST | GINTSTS_RESETDET)) { in dwc2_hsotg_irq()