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

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

Completed in 104 milliseconds