Searched refs:hptxfsiz (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/hw/usb/ |
H A D | hcd-dwc2.h | 112 uint32_t hptxfsiz; /* 100 */ member
|
H A D | hcd-dwc2.c | 1289 s->hptxfsiz = 500 << FIFOSIZE_DEPTH_SHIFT; in dwc2_reset_enter()
|
/openbmc/linux/drivers/usb/dwc2/ |
H A D | params.c | 832 u32 hptxfsiz; in dwc2_get_host_hwparams() local 840 hptxfsiz = dwc2_readl(hsotg, HPTXFSIZ); in dwc2_get_host_hwparams() 844 hw->host_perio_tx_fifo_size = (hptxfsiz & FIFOSIZE_DEPTH_MASK) >> in dwc2_get_host_hwparams()
|
H A D | core.h | 757 u32 hptxfsiz; member
|
H A D | hcd.c | 258 u32 nptxfsiz, hptxfsiz, dfifocfg, grxfsiz; in dwc2_config_fifos() local 289 hptxfsiz = params->host_perio_tx_fifo_size << in dwc2_config_fifos() 291 hptxfsiz |= (params->host_rx_fifo_size + in dwc2_config_fifos() 294 dwc2_writel(hsotg, hptxfsiz, HPTXFSIZ); in dwc2_config_fifos() 5427 hr->hptxfsiz = dwc2_readl(hsotg, HPTXFSIZ); in dwc2_backup_host_registers() 5471 dwc2_writel(hsotg, hr->hptxfsiz, HPTXFSIZ); in dwc2_restore_host_registers()
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | dwc2.h | 55 u32 hptxfsiz; /* 0x100 */ member
|
H A D | dwc2.c | 270 writel(ptxfifosize, ®s->hptxfsiz); in dwc_otg_core_host_init()
|