Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-dwc2.h124 uint32_t hptxsts; /* 410 */ member
H A Dhcd-dwc2.c1294 s->hptxsts = (16 << TXSTS_QSPCAVAIL_SHIFT) | 32768; in dwc2_reset_enter()
/openbmc/u-boot/drivers/usb/host/
H A Ddwc2.h25 u32 hptxsts; /* 0x10 */ member
/openbmc/linux/drivers/usb/dwc2/
H A Dhcd.c769 u32 nptxsts, hptxsts, hcchar; in dwc2_hc_halt() local
880 hptxsts = dwc2_readl(hsotg, HPTXSTS); in dwc2_hc_halt()
881 if ((hptxsts & TXSTS_QSPCAVAIL_MASK) == 0 || in dwc2_hc_halt()