Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/dwc2/
A Dparams.c781 u32 gnptxfsiz; in dwc2_get_host_hwparams() local
789 gnptxfsiz = dwc2_readl(hsotg, GNPTXFSIZ); in dwc2_get_host_hwparams()
792 hw->host_nperio_tx_fifo_size = (gnptxfsiz & FIFOSIZE_DEPTH_MASK) >> in dwc2_get_host_hwparams()
806 u32 gnptxfsiz; in dwc2_get_dev_hwparams() local
814 gnptxfsiz = dwc2_readl(hsotg, GNPTXFSIZ); in dwc2_get_dev_hwparams()
824 hw->dev_nperio_tx_fifo_size = (gnptxfsiz & FIFOSIZE_DEPTH_MASK) >> in dwc2_get_dev_hwparams()
A Dcore.c51 gr->gnptxfsiz = dwc2_readl(hsotg, GNPTXFSIZ); in dwc2_backup_global_registers()
90 dwc2_writel(hsotg, gr->gnptxfsiz, GNPTXFSIZ); in dwc2_restore_global_registers()
A Dcore.h685 u32 gnptxfsiz; member

Completed in 14 milliseconds