Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc2/
Dcore.c1045 u32 nptxsts, hptxsts, hcchar; in dwc2_hc_halt() local
1130 nptxsts = readl(hsotg->regs + GNPTXSTS); in dwc2_hc_halt()
1131 if ((nptxsts & TXSTS_QSPCAVAIL_MASK) == 0) { in dwc2_hc_halt()