Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Ddwc2.c234 uint32_t nptxfifosize = 0; in dwc_otg_core_host_init() local
255 nptxfifosize |= CONFIG_DWC2_HOST_NPERIO_TX_FIFO_SIZE << in dwc_otg_core_host_init()
257 nptxfifosize |= CONFIG_DWC2_HOST_RX_FIFO_SIZE << in dwc_otg_core_host_init()
259 writel(nptxfifosize, &regs->gnptxfsiz); in dwc_otg_core_host_init()