Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/dwc2/
Dgadget.c3340 #define IRQ_RETRY_MASK (GINTSTS_NPTXFEMP | \ macro
3863 if (gintsts & IRQ_RETRY_MASK && --retry_count > 0) in dwc2_hsotg_irq()