Home
last modified time | relevance | path

Searched refs:HPRT0_SPD_LOW_SPEED (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h739 #define HPRT0_SPD_LOW_SPEED 2 macro
/openbmc/linux/drivers/usb/dwc2/
H A Dhw.h715 #define HPRT0_SPD_LOW_SPEED 2 macro
H A Dhcd_intr.c263 if (prtspd == HPRT0_SPD_LOW_SPEED || prtspd == HPRT0_SPD_FULL_SPEED) { in dwc2_hprt0_enable()
276 if (prtspd == HPRT0_SPD_LOW_SPEED && in dwc2_hprt0_enable()
H A Dhcd.c3580 else if (speed == HPRT0_SPD_LOW_SPEED) in dwc2_hcd_hub_control()
/openbmc/qemu/hw/usb/
H A Dhcd-dwc2.c430 s->hprt0 |= HPRT0_SPD_LOW_SPEED << HPRT0_SPD_SHIFT; in dwc2_attach()