Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc2/
H A Dparams.c896 u32 gnptxfsiz; in dwc2_get_host_hwparams() local
904 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() local
929 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()