Searched refs:gnptxfsiz (Results 1 – 2 of 2) sorted by relevance
262 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() local3103 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()
505 u32 gnptxfsiz; member