Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dparams.c735 u32 gnptxfsiz; in dwc2_get_host_hwparams() local
743 gnptxfsiz = dwc2_readl(hsotg, GNPTXFSIZ); in dwc2_get_host_hwparams()
746 hw->host_nperio_tx_fifo_size = (gnptxfsiz & FIFOSIZE_DEPTH_MASK) >> in dwc2_get_host_hwparams()
760 u32 gnptxfsiz; in dwc2_get_dev_hwparams() local
768 gnptxfsiz = dwc2_readl(hsotg, GNPTXFSIZ); in dwc2_get_dev_hwparams()
778 hw->dev_nperio_tx_fifo_size = (gnptxfsiz & FIFOSIZE_DEPTH_MASK) >> in dwc2_get_dev_hwparams()
H A Dcore.c81 gr->gnptxfsiz = dwc2_readl(hsotg, GNPTXFSIZ); in dwc2_backup_global_registers()
120 dwc2_writel(hsotg, gr->gnptxfsiz, GNPTXFSIZ); in dwc2_restore_global_registers()
H A Dcore.h704 u32 gnptxfsiz; member
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg_regs.h63 u32 gnptxfsiz; /* Non-Periodic Transmit FIFO Size */ member
H A Ddwc2_udc_otg.c543 &reg->gnptxfsiz); in reconfig_usbd()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Ddwc2.h43 u32 gnptxfsiz; member
H A Ddwc2.c265 writel(nptxfifosize, &regs->gnptxfsiz); in dwc_otg_core_host_init()