Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-dwc2.c426 s->hprt0 &= ~HPRT0_SPD_MASK; in dwc2_attach()
473 s->hprt0 &= ~(HPRT0_SPD_MASK | HPRT0_SUSP | HPRT0_ENA | HPRT0_CONNSTS); in dwc2_detach()
906 val |= old & (HPRT0_SPD_MASK | HPRT0_LNSTS_MASK | HPRT0_OVRCURRACT | in dwc2_hreg0_write()
/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h735 #define HPRT0_SPD_MASK (0x3 << 17) macro