Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc2/
H A Dparams.c831 u32 gnptxfsiz; in dwc2_get_host_hwparams() local
839 gnptxfsiz = dwc2_readl(hsotg, GNPTXFSIZ); in dwc2_get_host_hwparams()
842 hw->host_nperio_tx_fifo_size = (gnptxfsiz & FIFOSIZE_DEPTH_MASK) >> in dwc2_get_host_hwparams()
856 u32 gnptxfsiz; in dwc2_get_dev_hwparams() local
864 gnptxfsiz = dwc2_readl(hsotg, GNPTXFSIZ); in dwc2_get_dev_hwparams()
874 hw->dev_nperio_tx_fifo_size = (gnptxfsiz & FIFOSIZE_DEPTH_MASK) >> in dwc2_get_dev_hwparams()
H A Dcore.c51 gr->gnptxfsiz = dwc2_readl(hsotg, GNPTXFSIZ); in dwc2_backup_global_registers()
90 dwc2_writel(hsotg, gr->gnptxfsiz, GNPTXFSIZ); in dwc2_restore_global_registers()
H A Dcore.h685 u32 gnptxfsiz; member
/openbmc/qemu/hw/usb/
H A Dhcd-dwc2.h87 uint32_t gnptxfsiz; /* 28 */ member
H A Dhcd-dwc2.c1256 s->gnptxfsiz = 1024 << FIFOSIZE_DEPTH_SHIFT; in dwc2_reset_enter()
/openbmc/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg_regs.h62 u32 gnptxfsiz; /* Non-Periodic Transmit FIFO Size */ member
H A Ddwc2_udc_otg.c483 &reg->gnptxfsiz); in reconfig_usbd()
/openbmc/u-boot/drivers/usb/host/
H A Ddwc2.h42 u32 gnptxfsiz; member
H A Ddwc2.c262 writel(nptxfifosize, &regs->gnptxfsiz); in dwc_otg_core_host_init()