Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc2/
A Dparams.c750 u32 hptxfsiz; in dwc2_get_host_hwparams() local
758 hptxfsiz = dwc2_readl(hsotg, HPTXFSIZ); in dwc2_get_host_hwparams()
762 hw->host_perio_tx_fifo_size = (hptxfsiz & FIFOSIZE_DEPTH_MASK) >> in dwc2_get_host_hwparams()
A Dcore.h770 u32 hptxfsiz; member
A Dhcd.c287 u32 nptxfsiz, hptxfsiz, dfifocfg, grxfsiz; in dwc2_config_fifos() local
318 hptxfsiz = params->host_perio_tx_fifo_size << in dwc2_config_fifos()
320 hptxfsiz |= (params->host_rx_fifo_size + in dwc2_config_fifos()
323 dwc2_writel(hsotg, hptxfsiz, HPTXFSIZ); in dwc2_config_fifos()
5441 hr->hptxfsiz = dwc2_readl(hsotg, HPTXFSIZ); in dwc2_backup_host_registers()
5478 dwc2_writel(hsotg, hr->hptxfsiz, HPTXFSIZ); in dwc2_restore_host_registers()

Completed in 16 milliseconds