Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Ddwc2.c240 uint32_t nptxfifosize = 0; in dwc_otg_core_host_init() local
261 nptxfifosize |= CONFIG_DWC2_HOST_NPERIO_TX_FIFO_SIZE << in dwc_otg_core_host_init()
263 nptxfifosize |= CONFIG_DWC2_HOST_RX_FIFO_SIZE << in dwc_otg_core_host_init()
265 writel(nptxfifosize, &regs->gnptxfsiz); in dwc_otg_core_host_init()