dwc2_core.c | 273 gr->hptxfsiz = DWC2_READ_4(hsotg, HPTXFSIZ); 312 DWC2_WRITE_4(hsotg, HPTXFSIZ, gr->hptxfsiz); 1089 u32 nptxfsiz, hptxfsiz, dfifocfg, grxfsiz; local in function:dwc2_config_fifos 1118 dev_dbg(hsotg->dev, "initial hptxfsiz=%08x\n", 1119 DWC2_READ_4(hsotg, HPTXFSIZ)); 1120 hptxfsiz = params->host_perio_tx_fifo_size << 1122 hptxfsiz |= (params->host_rx_fifo_size + 1125 DWC2_WRITE_4(hsotg, HPTXFSIZ, hptxfsiz) 3262 u32 hptxfsiz; local in function:dwc2_get_host_hwparams [all...] |