Home
last modified time | relevance | path

Searched refs:HPRT0_RES (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/usb/dwc2/
H A Dhcd.c3241 hprt0 &= ~HPRT0_RES; in dwc2_wakeup_detected()
5659 hprt0 |= HPRT0_RES; in dwc2_host_exit_hibernation()
5671 hprt0 &= ~HPRT0_RES; in dwc2_host_exit_hibernation()
5865 hprt0 |= HPRT0_RES; in dwc2_host_exit_partial_power_down()
5873 hprt0 &= ~HPRT0_RES; in dwc2_host_exit_partial_power_down()
5962 hprt0 |= HPRT0_RES; in dwc2_host_exit_clock_gating()
5973 hprt0 &= ~HPRT0_RES; in dwc2_host_exit_clock_gating()
H A Dhw.h723 #define HPRT0_RES BIT(6) macro
/openbmc/qemu/hw/usb/
H A Dhcd-dwc2.c493 s->hprt0 |= HPRT0_RES; in dwc2_wakeup()
909 val |= old & (HPRT0_SUSP | HPRT0_RES); in dwc2_hreg0_write()
/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h747 #define HPRT0_RES BIT(6) macro