Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc2/
H A Dhcd.c3566 if (hprt0 & HPRT0_SUSP) in dwc2_hcd_hub_control()
3685 hprt0 &= ~HPRT0_SUSP; in dwc2_hcd_hub_control()
5507 hprt0 |= HPRT0_SUSP; in dwc2_host_enter_hibernation()
5512 if (dwc2_hsotg_wait_bit_set(hsotg, HPRT0, HPRT0_SUSP, 5000)) in dwc2_host_enter_hibernation()
5642 hprt0 &= ~HPRT0_SUSP; in dwc2_host_exit_hibernation()
5648 hprt0 &= ~HPRT0_SUSP; in dwc2_host_exit_hibernation()
5758 hprt0 |= HPRT0_SUSP; in dwc2_host_enter_partial_power_down()
5763 if (dwc2_hsotg_wait_bit_set(hsotg, HPRT0, HPRT0_SUSP, 3000)) in dwc2_host_enter_partial_power_down()
5866 hprt0 &= ~HPRT0_SUSP; in dwc2_host_exit_partial_power_down()
5914 hprt0 |= HPRT0_SUSP; in dwc2_host_enter_clock_gating()
[all …]
H A Dhw.h722 #define HPRT0_SUSP BIT(7) macro
/openbmc/qemu/hw/usb/
H A Dhcd-dwc2.c473 s->hprt0 &= ~(HPRT0_SPD_MASK | HPRT0_SUSP | HPRT0_ENA | HPRT0_CONNSTS); in dwc2_detach()
492 if (s->hprt0 & HPRT0_SUSP) { in dwc2_wakeup()
909 val |= old & (HPRT0_SUSP | HPRT0_RES); in dwc2_hreg0_write()
/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h746 #define HPRT0_SUSP BIT(7) macro