Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-dwc2.h112 uint32_t hptxfsiz; /* 100 */ member
H A Dhcd-dwc2.c1284 s->hptxfsiz = 500 << FIFOSIZE_DEPTH_SHIFT; in dwc2_reset_enter()
/openbmc/linux/drivers/usb/dwc2/
H A Dparams.c832 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 Dcore.h757 u32 hptxfsiz; member
H A Dhcd.c258 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()
5430 hr->hptxfsiz = dwc2_readl(hsotg, HPTXFSIZ); in dwc2_backup_host_registers()
5474 dwc2_writel(hsotg, hr->hptxfsiz, HPTXFSIZ); in dwc2_restore_host_registers()
/openbmc/u-boot/drivers/usb/host/
H A Ddwc2.h55 u32 hptxfsiz; /* 0x100 */ member
H A Ddwc2.c270 writel(ptxfifosize, &regs->hptxfsiz); in dwc_otg_core_host_init()