Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-dwc2.c430 s->hprt0 |= HPRT0_SPD_LOW_SPEED << HPRT0_SPD_SHIFT; in dwc2_attach()
433 s->hprt0 |= HPRT0_SPD_FULL_SPEED << HPRT0_SPD_SHIFT; in dwc2_attach()
436 s->hprt0 |= HPRT0_SPD_HIGH_SPEED << HPRT0_SPD_SHIFT; in dwc2_attach()
/qemu/include/hw/usb/
H A Ddwc2-regs.h736 #define HPRT0_SPD_SHIFT 17 macro