Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/dwc2/
Dgadget.c3369 #define IRQ_RETRY_MASK (GINTSTS_NPTXFEMP | \ macro
3893 if (gintsts & IRQ_RETRY_MASK && --retry_count > 0) in dwc2_hsotg_irq()