Searched refs:gnptxfsiz (Results 1 – 1 of 1) sorted by relevance
896 u32 gnptxfsiz; in dwc2_get_host_hwparams() local904 gnptxfsiz = dwc2_readl(hsotg, GNPTXFSIZ); in dwc2_get_host_hwparams()907 hw->host_nperio_tx_fifo_size = (gnptxfsiz & FIFOSIZE_DEPTH_MASK) >> in dwc2_get_host_hwparams()921 u32 gnptxfsiz; in dwc2_get_dev_hwparams() local929 gnptxfsiz = dwc2_readl(hsotg, GNPTXFSIZ); in dwc2_get_dev_hwparams()939 hw->dev_nperio_tx_fifo_size = (gnptxfsiz & FIFOSIZE_DEPTH_MASK) >> in dwc2_get_dev_hwparams()