Home
last modified time | relevance | path

Searched refs:HPRT0_ENACHG (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()
364 if (hprt0 & HPRT0_ENACHG) { in dwc2_port_intr()
365 dwc2_writel(hsotg, hprt0_modify | HPRT0_ENACHG, HPRT0); in dwc2_port_intr()
Dcore_intr.c56 if (hprt0 & HPRT0_ENACHG) { in dwc2_handle_usb_port_intr()
Dhw.h726 #define HPRT0_ENACHG BIT(3) macro
Dhcd.c4516 HPRT0_ENACHG, HPRT0); in _dwc2_hcd_resume()
5680 hprt0 |= HPRT0_ENACHG; in dwc2_host_exit_hibernation()