Home
last modified time | relevance | path

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

/drivers/usb/dwc2/
Dhcd.h466 hprt0 &= ~(HPRT0_ENA | HPRT0_CONNDET | HPRT0_ENACHG | HPRT0_OVRCURRCHG); in dwc2_read_hprt0()
Dhcd_intr.c339 hprt0_modify &= ~(HPRT0_ENA | HPRT0_CONNDET | HPRT0_ENACHG | in dwc2_port_intr()
368 hprt0, !!(hprt0 & HPRT0_ENA)); in dwc2_port_intr()
369 if (hprt0 & HPRT0_ENA) { in dwc2_port_intr()
Dcore_intr.c57 hprt0 &= ~HPRT0_ENA; in dwc2_handle_usb_port_intr()
Dhcd.c3420 hprt0 |= HPRT0_ENA; in dwc2_hcd_hub_control()
3566 if (hprt0 & HPRT0_ENA) in dwc2_hcd_hub_control()
5511 hprt0 &= ~HPRT0_ENA; in dwc2_host_enter_hibernation()
5644 hprt0 &= ~HPRT0_ENA; in dwc2_host_exit_hibernation()
5650 hprt0 &= ~HPRT0_ENA; in dwc2_host_exit_hibernation()
5681 hprt0 &= ~HPRT0_ENA; in dwc2_host_exit_hibernation()
Dhw.h727 #define HPRT0_ENA BIT(2) macro