Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/dwc2/
Dhcd.h495 hprt0 &= ~(HPRT0_ENA | HPRT0_CONNDET | HPRT0_ENACHG | HPRT0_OVRCURRCHG); in dwc2_read_hprt0()
Dhcd_intr.c369 hprt0_modify &= ~(HPRT0_ENA | HPRT0_CONNDET | HPRT0_ENACHG | in dwc2_port_intr()
376 if (hprt0 & HPRT0_CONNDET) { in dwc2_port_intr()
377 dwc2_writel(hsotg, hprt0_modify | HPRT0_CONNDET, HPRT0); in dwc2_port_intr()
Dhw.h758 #define HPRT0_CONNDET BIT(1) macro
Dhcd.c1826 if (!(hprt0 & HPRT0_CONNDET) && (hprt0 & HPRT0_CONNSTS)) in dwc2_hcd_disconnect()
4536 dwc2_writel(hsotg, HPRT0_PWR | HPRT0_CONNDET | in _dwc2_hcd_resume()
5675 hprt0 |= HPRT0_CONNDET; in dwc2_host_exit_hibernation()