Searched refs:hptxfsiz (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/usb/dwc2/ |
H A D | core.c | 587 u32 nptxfsiz, hptxfsiz, dfifocfg, grxfsiz; dwc2_config_fifos() local 615 dev_dbg(hsotg->dev, "initial hptxfsiz=%08x\n", dwc2_config_fifos() 617 hptxfsiz = params->host_perio_tx_fifo_size << dwc2_config_fifos() 619 hptxfsiz |= (params->host_rx_fifo_size + dwc2_config_fifos() 622 writel(hptxfsiz, hsotg->regs + HPTXFSIZ); dwc2_config_fifos() 623 dev_dbg(hsotg->dev, "new hptxfsiz=%08x\n", dwc2_config_fifos() 2660 u32 hptxfsiz, grxfsiz, gnptxfsiz; dwc2_get_hwparams() local 2700 hptxfsiz = readl(hsotg->regs + HPTXFSIZ); dwc2_get_hwparams() 2702 dev_dbg(hsotg->dev, "hptxfsiz=%08x\n", hptxfsiz); dwc2_get_hwparams() 2764 hw->host_perio_tx_fifo_size = (hptxfsiz & FIFOSIZE_DEPTH_MASK) >> dwc2_get_hwparams()
|
Completed in 58 milliseconds