Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc2/
Dcore.c2660 u32 hptxfsiz, grxfsiz, gnptxfsiz; in dwc2_get_hwparams() local
2699 gnptxfsiz = readl(hsotg->regs + GNPTXFSIZ); in dwc2_get_hwparams()
2701 dev_dbg(hsotg->dev, "gnptxfsiz=%08x\n", gnptxfsiz); in dwc2_get_hwparams()
2762 hw->host_nperio_tx_fifo_size = (gnptxfsiz & FIFOSIZE_DEPTH_MASK) >> in dwc2_get_hwparams()