Home
last modified time | relevance | path

Searched refs:HPRT0_OVRCURRCHG (Results 1 – 3 of 3) 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.c370 HPRT0_OVRCURRCHG); in dwc2_port_intr()
417 if (hprt0 & HPRT0_OVRCURRCHG) { in dwc2_port_intr()
418 dwc2_writel(hsotg, hprt0_modify | HPRT0_OVRCURRCHG, in dwc2_port_intr()
Dhw.h754 #define HPRT0_OVRCURRCHG BIT(5) macro