Home
last modified time | relevance | path

Searched refs:gnptxfsiz (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dparams.c725 u32 gnptxfsiz; in dwc2_get_host_hwparams() local
733 gnptxfsiz = dwc2_readl(hsotg, GNPTXFSIZ); in dwc2_get_host_hwparams()
736 hw->host_nperio_tx_fifo_size = (gnptxfsiz & FIFOSIZE_DEPTH_MASK) >> in dwc2_get_host_hwparams()
750 u32 gnptxfsiz; in dwc2_get_dev_hwparams() local
758 gnptxfsiz = dwc2_readl(hsotg, GNPTXFSIZ); in dwc2_get_dev_hwparams()
768 hw->dev_nperio_tx_fifo_size = (gnptxfsiz & FIFOSIZE_DEPTH_MASK) >> in dwc2_get_dev_hwparams()
H A 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()
H A Dcore.h688 * @gnptxfsiz: Backup of GNPTXFSIZ register
704 u32 gnptxfsiz; member
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dparams.c831 u32 gnptxfsiz; in dwc2_get_host_hwparams() local
839 gnptxfsiz = dwc2_readl(hsotg, GNPTXFSIZ); in dwc2_get_host_hwparams()
842 hw->host_nperio_tx_fifo_size = (gnptxfsiz & FIFOSIZE_DEPTH_MASK) >> in dwc2_get_host_hwparams()
856 u32 gnptxfsiz; in dwc2_get_dev_hwparams() local
864 gnptxfsiz = dwc2_readl(hsotg, GNPTXFSIZ); in dwc2_get_dev_hwparams()
874 hw->dev_nperio_tx_fifo_size = (gnptxfsiz & FIFOSIZE_DEPTH_MASK) >> in dwc2_get_dev_hwparams()
H 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()
H A Dcore.h669 * @gnptxfsiz: Backup of GNPTXFSIZ register
685 u32 gnptxfsiz; member

Completed in 11 milliseconds