Searched refs:hptxfsiz (Results 1 – 2 of 2) sorted by relevance
263 gr->hptxfsiz = dwc2_readl(hsotg->regs + HPTXFSIZ); in dwc2_backup_global_registers()302 dwc2_writel(gr->hptxfsiz, hsotg->regs + HPTXFSIZ); in dwc2_restore_global_registers()954 u32 nptxfsiz, hptxfsiz, dfifocfg, grxfsiz; in dwc2_config_fifos() local985 hptxfsiz = params->host_perio_tx_fifo_size << in dwc2_config_fifos()987 hptxfsiz |= (params->host_rx_fifo_size + in dwc2_config_fifos()990 dwc2_writel(hptxfsiz, hsotg->regs + HPTXFSIZ); in dwc2_config_fifos()3064 u32 hptxfsiz, grxfsiz, gnptxfsiz; in dwc2_get_hwparams() local3104 hptxfsiz = dwc2_readl(hsotg->regs + HPTXFSIZ); in dwc2_get_hwparams()3106 dev_dbg(hsotg->dev, "hptxfsiz=%08x\n", hptxfsiz); in dwc2_get_hwparams()3168 hw->host_perio_tx_fifo_size = (hptxfsiz & FIFOSIZE_DEPTH_MASK) >> in dwc2_get_hwparams()
507 u32 hptxfsiz; member