Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc2/
H A Dhcd.c1655 hprt0 |= HPRT0_RST; in dwc2_hcd_start()
3570 if (hprt0 & HPRT0_RST) in dwc2_hcd_hub_control()
3693 hprt0 |= HPRT0_PWR | HPRT0_RST; in dwc2_hcd_hub_control()
3703 hprt0 &= ~HPRT0_RST; in dwc2_hcd_hub_control()
4218 hprt0 &= ~HPRT0_RST; in dwc2_hcd_reset_func()
5651 hprt0 |= HPRT0_RST; in dwc2_host_exit_hibernation()
5656 hprt0 &= ~HPRT0_RST; in dwc2_host_exit_hibernation()
H A Dhw.h721 #define HPRT0_RST BIT(8) macro
H A Dhcd_intr.c310 *hprt0_modify |= HPRT0_RST; in dwc2_hprt0_enable()
/openbmc/qemu/hw/usb/
H A Dhcd-dwc2.c926 if (!(val & HPRT0_RST) && (old & HPRT0_RST)) { in dwc2_hreg0_write()
/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h745 #define HPRT0_RST BIT(8) macro