Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc2/
Dgadget.c2221 #define IRQ_RETRY_MASK (GINTSTS_NPTXFEMP | \ macro
2571 if (gintsts & IRQ_RETRY_MASK && --retry_count > 0) in s3c_hsotg_irq()