HomeSort by: relevance | last modified time | path
    Searched defs:hptxfsiz (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/dwc2/dist/
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...]
dwc2_core.h 485 * @hptxfsiz: Backup of HPTXFSIZ register
498 u32 hptxfsiz; member in struct:dwc2_gregs_backup

Completed in 15 milliseconds