Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Dcore.c262 gr->gnptxfsiz = dwc2_readl(hsotg->regs + GNPTXFSIZ); in dwc2_backup_global_registers()
301 dwc2_writel(gr->gnptxfsiz, hsotg->regs + GNPTXFSIZ); in dwc2_restore_global_registers()
3064 u32 hptxfsiz, grxfsiz, gnptxfsiz; in dwc2_get_hwparams() local
3103 gnptxfsiz = dwc2_readl(hsotg->regs + GNPTXFSIZ); in dwc2_get_hwparams()
3105 dev_dbg(hsotg->dev, "gnptxfsiz=%08x\n", gnptxfsiz); in dwc2_get_hwparams()
3166 hw->host_nperio_tx_fifo_size = (gnptxfsiz & FIFOSIZE_DEPTH_MASK) >> in dwc2_get_hwparams()
Dcore.h505 u32 gnptxfsiz; member