Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-dwc2.c458 s->hprt0 |= HPRT0_CONNDET | HPRT0_CONNSTS; in dwc2_attach()
473 s->hprt0 &= ~(HPRT0_SPD_MASK | HPRT0_SUSP | HPRT0_ENA | HPRT0_CONNSTS); in dwc2_detach()
907 HPRT0_CONNSTS); in dwc2_hreg0_write()
/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h753 #define HPRT0_CONNSTS BIT(0) macro
/openbmc/linux/drivers/usb/dwc2/
H A Dhw.h729 #define HPRT0_CONNSTS BIT(0) macro
H A Dhcd.c1797 if (!(hprt0 & HPRT0_CONNDET) && (hprt0 & HPRT0_CONNSTS)) in dwc2_hcd_disconnect()
3564 if (hprt0 & HPRT0_CONNSTS) in dwc2_hcd_hub_control()
4433 if (hprt0 & HPRT0_CONNSTS) { in _dwc2_hcd_resume()