Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/dwc2/
Dgadget.c3176 #define IRQ_RETRY_MASK (GINTSTS_NPTXFEMP | \ macro
3676 if (gintsts & IRQ_RETRY_MASK && --retry_count > 0) in dwc2_hsotg_irq()