Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-dwc2.h88 uint32_t gnptxsts; /* 2c */ member
H A Dhcd-dwc2.c1257 s->gnptxsts = (4 << FIFOSIZE_DEPTH_SHIFT) | 1024; in dwc2_reset_enter()
/openbmc/u-boot/drivers/usb/host/
H A Ddwc2.h43 u32 gnptxsts; member
/openbmc/linux/drivers/usb/dwc2/
H A Dgadget.c508 u32 gnptxsts = dwc2_readl(hsotg, GNPTXSTS); in dwc2_hsotg_write_fifo() local
570 if (GNPTXSTS_NP_TXQ_SPC_AVAIL_GET(gnptxsts) == 0) { in dwc2_hsotg_write_fifo()
573 __func__, gnptxsts); in dwc2_hsotg_write_fifo()
579 can_write = GNPTXSTS_NP_TXF_SPC_AVAIL_GET(gnptxsts); in dwc2_hsotg_write_fifo()
586 __func__, gnptxsts, can_write, to_write, max_transfer); in dwc2_hsotg_write_fifo()