Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Ddwc2.c244 uint32_t nptxfifosize = 0; in dwc_otg_core_host_init() local
265 nptxfifosize |= CONFIG_DWC2_HOST_NPERIO_TX_FIFO_SIZE << in dwc_otg_core_host_init()
267 nptxfifosize |= CONFIG_DWC2_HOST_RX_FIFO_SIZE << in dwc_otg_core_host_init()
269 writel(nptxfifosize, &regs->gnptxfsiz); in dwc_otg_core_host_init()