Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/dwc2/
H A Dhcd.c3594 if (hprt0 & HPRT0_SUSP) in dwc2_hcd_hub_control()
3715 hprt0 &= ~HPRT0_SUSP; in dwc2_hcd_hub_control()
5512 hprt0 |= HPRT0_SUSP; in dwc2_host_enter_hibernation()
5517 if (dwc2_hsotg_wait_bit_set(hsotg, HPRT0, HPRT0_SUSP, 5000)) in dwc2_host_enter_hibernation()
5645 hprt0 &= ~HPRT0_SUSP; in dwc2_host_exit_hibernation()
5651 hprt0 &= ~HPRT0_SUSP; in dwc2_host_exit_hibernation()
5754 hprt0 |= HPRT0_SUSP; in dwc2_host_enter_partial_power_down()
5759 if (dwc2_hsotg_wait_bit_set(hsotg, HPRT0, HPRT0_SUSP, 3000)) in dwc2_host_enter_partial_power_down()
5862 hprt0 &= ~HPRT0_SUSP; in dwc2_host_exit_partial_power_down()
5910 hprt0 |= HPRT0_SUSP; in dwc2_host_enter_clock_gating()
[all …]
H A Dhw.h752 #define HPRT0_SUSP BIT(7) macro
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/dwc2/
H A Dhcd.c3594 if (hprt0 & HPRT0_SUSP) in dwc2_hcd_hub_control()
3715 hprt0 &= ~HPRT0_SUSP; in dwc2_hcd_hub_control()
5512 hprt0 |= HPRT0_SUSP; in dwc2_host_enter_hibernation()
5517 if (dwc2_hsotg_wait_bit_set(hsotg, HPRT0, HPRT0_SUSP, 5000)) in dwc2_host_enter_hibernation()
5645 hprt0 &= ~HPRT0_SUSP; in dwc2_host_exit_hibernation()
5651 hprt0 &= ~HPRT0_SUSP; in dwc2_host_exit_hibernation()
5754 hprt0 |= HPRT0_SUSP; in dwc2_host_enter_partial_power_down()
5759 if (dwc2_hsotg_wait_bit_set(hsotg, HPRT0, HPRT0_SUSP, 3000)) in dwc2_host_enter_partial_power_down()
5862 hprt0 &= ~HPRT0_SUSP; in dwc2_host_exit_partial_power_down()
5910 hprt0 |= HPRT0_SUSP; in dwc2_host_enter_clock_gating()
[all …]
H A Dhw.h752 #define HPRT0_SUSP BIT(7) macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/dwc2/
H A Dhcd.c3594 if (hprt0 & HPRT0_SUSP) in dwc2_hcd_hub_control()
3715 hprt0 &= ~HPRT0_SUSP; in dwc2_hcd_hub_control()
5512 hprt0 |= HPRT0_SUSP; in dwc2_host_enter_hibernation()
5517 if (dwc2_hsotg_wait_bit_set(hsotg, HPRT0, HPRT0_SUSP, 5000)) in dwc2_host_enter_hibernation()
5645 hprt0 &= ~HPRT0_SUSP; in dwc2_host_exit_hibernation()
5651 hprt0 &= ~HPRT0_SUSP; in dwc2_host_exit_hibernation()
5754 hprt0 |= HPRT0_SUSP; in dwc2_host_enter_partial_power_down()
5759 if (dwc2_hsotg_wait_bit_set(hsotg, HPRT0, HPRT0_SUSP, 3000)) in dwc2_host_enter_partial_power_down()
5862 hprt0 &= ~HPRT0_SUSP; in dwc2_host_exit_partial_power_down()
5910 hprt0 |= HPRT0_SUSP; in dwc2_host_enter_clock_gating()
[all …]
H A Dhw.h752 #define HPRT0_SUSP BIT(7) macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/dwc2/dist/
H A Ddwc2_hcd.c1474 hprt0 |= HPRT0_SUSP; in dwc2_port_suspend()
1529 hprt0 &= ~HPRT0_SUSP; in dwc2_port_resume()
1537 hprt0 &= ~(HPRT0_RES | HPRT0_SUSP); in dwc2_port_resume()
1730 if (hprt0 & HPRT0_SUSP) in dwc2_hcd_hub_control()
1825 hprt0 &= ~HPRT0_SUSP; in dwc2_hcd_hub_control()
H A Ddwc2_hw.h697 #define HPRT0_SUSP (1 << 7) macro
/dports/emulators/qemu/qemu-6.2.0/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()
/dports/emulators/qemu60/qemu-6.0.0/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()
/dports/emulators/qemu5/qemu-5.2.0/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()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/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()
/dports/emulators/qemu/qemu-6.2.0/include/hw/usb/
H A Ddwc2-regs.h746 #define HPRT0_SUSP BIT(7) macro
/dports/emulators/qemu60/qemu-6.0.0/include/hw/usb/
H A Ddwc2-regs.h746 #define HPRT0_SUSP BIT(7) macro
/dports/emulators/qemu5/qemu-5.2.0/include/hw/usb/
H A Ddwc2-regs.h746 #define HPRT0_SUSP BIT(7) macro
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/hw/usb/
H A Ddwc2-regs.h746 #define HPRT0_SUSP BIT(7) macro