Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-dwc2.c473 s->hprt0 &= ~(HPRT0_SPD_MASK | HPRT0_SUSP | HPRT0_ENA | HPRT0_CONNSTS); in dwc2_detach()
492 if (s->hprt0 & HPRT0_SUSP) { in dwc2_wakeup()
909 val |= old & (HPRT0_SUSP | HPRT0_RES); in dwc2_hreg0_write()
/qemu/include/hw/usb/
H A Ddwc2-regs.h746 #define HPRT0_SUSP BIT(7) macro