Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Ddwc2.c237 uint32_t nptxfifosize = 0; in dwc_otg_core_host_init() local
258 nptxfifosize |= CONFIG_DWC2_HOST_NPERIO_TX_FIFO_SIZE << in dwc_otg_core_host_init()
260 nptxfifosize |= CONFIG_DWC2_HOST_RX_FIFO_SIZE << in dwc_otg_core_host_init()
262 writel(nptxfifosize, &regs->gnptxfsiz); in dwc_otg_core_host_init()