Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/dwc2/
Dparams.c740 u32 gnptxfsiz; in dwc2_get_host_hwparams() local
748 gnptxfsiz = dwc2_readl(hsotg, GNPTXFSIZ); in dwc2_get_host_hwparams()
751 hw->host_nperio_tx_fifo_size = (gnptxfsiz & FIFOSIZE_DEPTH_MASK) >> in dwc2_get_host_hwparams()
765 u32 gnptxfsiz; in dwc2_get_dev_hwparams() local
773 gnptxfsiz = dwc2_readl(hsotg, GNPTXFSIZ); in dwc2_get_dev_hwparams()
783 hw->dev_nperio_tx_fifo_size = (gnptxfsiz & FIFOSIZE_DEPTH_MASK) >> in dwc2_get_dev_hwparams()
Dcore.c81 gr->gnptxfsiz = dwc2_readl(hsotg, GNPTXFSIZ); in dwc2_backup_global_registers()
120 dwc2_writel(hsotg, gr->gnptxfsiz, GNPTXFSIZ); in dwc2_restore_global_registers()
Dcore.h711 u32 gnptxfsiz; member