Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc2/
Dcore.c587 u32 nptxfsiz, hptxfsiz, dfifocfg, grxfsiz; in dwc2_config_fifos() local
617 hptxfsiz = params->host_perio_tx_fifo_size << in dwc2_config_fifos()
619 hptxfsiz |= (params->host_rx_fifo_size + in dwc2_config_fifos()
622 writel(hptxfsiz, hsotg->regs + HPTXFSIZ); in dwc2_config_fifos()
2660 u32 hptxfsiz, grxfsiz, gnptxfsiz; in dwc2_get_hwparams() local
2700 hptxfsiz = readl(hsotg->regs + HPTXFSIZ); in dwc2_get_hwparams()
2702 dev_dbg(hsotg->dev, "hptxfsiz=%08x\n", hptxfsiz); in dwc2_get_hwparams()
2764 hw->host_perio_tx_fifo_size = (hptxfsiz & FIFOSIZE_DEPTH_MASK) >> in dwc2_get_hwparams()