Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/dwc2/dist/
H A Ddwc2_core.c273 gr->hptxfsiz = DWC2_READ_4(hsotg, HPTXFSIZ); in dwc2_backup_global_registers()
312 DWC2_WRITE_4(hsotg, HPTXFSIZ, gr->hptxfsiz); in dwc2_restore_global_registers()
1089 u32 nptxfsiz, hptxfsiz, dfifocfg, grxfsiz; in dwc2_config_fifos() local
1120 hptxfsiz = params->host_perio_tx_fifo_size << in dwc2_config_fifos()
1122 hptxfsiz |= (params->host_rx_fifo_size + in dwc2_config_fifos()
1125 DWC2_WRITE_4(hsotg, HPTXFSIZ, hptxfsiz); in dwc2_config_fifos()
3262 u32 hptxfsiz; in dwc2_get_host_hwparams() local
3271 hptxfsiz = DWC2_READ_4(hsotg, HPTXFSIZ); in dwc2_get_host_hwparams()
3273 dev_dbg(hsotg->dev, "hptxfsiz=%08x\n", hptxfsiz); in dwc2_get_host_hwparams()
3280 hw->host_perio_tx_fifo_size = (hptxfsiz & FIFOSIZE_DEPTH_MASK) >> in dwc2_get_host_hwparams()
H A Ddwc2_core.h498 u32 hptxfsiz; member