Lines Matching refs:hprt0
249 static void dwc2_hprt0_enable(struct dwc2_hsotg *hsotg, u32 hprt0, in dwc2_hprt0_enable() argument
279 prtspd = (hprt0 & HPRT0_SPD_MASK) >> HPRT0_SPD_SHIFT; in dwc2_hprt0_enable()
348 u32 hprt0; in dwc2_port_intr() local
353 hprt0 = DWC2_READ_4(hsotg, HPRT0); in dwc2_port_intr()
354 hprt0_modify = hprt0; in dwc2_port_intr()
367 if (hprt0 & HPRT0_CONNDET) { in dwc2_port_intr()
372 hprt0); in dwc2_port_intr()
385 if (hprt0 & HPRT0_ENACHG) { in dwc2_port_intr()
389 hprt0, !!(hprt0 & HPRT0_ENA)); in dwc2_port_intr()
390 if (hprt0 & HPRT0_ENA) { in dwc2_port_intr()
392 dwc2_hprt0_enable(hsotg, hprt0, &hprt0_modify); in dwc2_port_intr()
408 if (hprt0 & HPRT0_OVRCURRCHG) { in dwc2_port_intr()
412 hprt0); in dwc2_port_intr()