Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Ddwc2.c238 uint32_t ptxfifosize = 0; in dwc_otg_core_host_init() local
265 ptxfifosize |= CONFIG_DWC2_HOST_PERIO_TX_FIFO_SIZE << in dwc_otg_core_host_init()
267 ptxfifosize |= (CONFIG_DWC2_HOST_RX_FIFO_SIZE + in dwc_otg_core_host_init()
270 writel(ptxfifosize, &regs->hptxfsiz); in dwc_otg_core_host_init()