Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc2/
H A Dhw.h714 #define HPRT0_SPD_FULL_SPEED 1 macro
H A Dhcd_intr.c263 if (prtspd == HPRT0_SPD_LOW_SPEED || prtspd == HPRT0_SPD_FULL_SPEED) { in dwc2_hprt0_enable()
H A Dhcd.c1867 if (prtspd == HPRT0_SPD_FULL_SPEED) in dwc2_hcd_urb_enqueue()
4985 dwc2_change_bus_speed(hcd, HPRT0_SPD_FULL_SPEED); in dwc2_reset_device()
/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h738 #define HPRT0_SPD_FULL_SPEED 1 macro
/openbmc/qemu/hw/usb/
H A Dhcd-dwc2.c433 s->hprt0 |= HPRT0_SPD_FULL_SPEED << HPRT0_SPD_SHIFT; in dwc2_attach()