Lines Matching refs:hprt0
233 static void dwc2_hprt0_enable(struct dwc2_hsotg *hsotg, u32 hprt0, in dwc2_hprt0_enable() argument
261 prtspd = (hprt0 & HPRT0_SPD_MASK) >> HPRT0_SPD_SHIFT; in dwc2_hprt0_enable()
327 u32 hprt0; in dwc2_port_intr() local
332 hprt0 = dwc2_readl(hsotg, HPRT0); in dwc2_port_intr()
333 hprt0_modify = hprt0; in dwc2_port_intr()
346 if (hprt0 & HPRT0_CONNDET) { in dwc2_port_intr()
351 hprt0); in dwc2_port_intr()
364 if (hprt0 & HPRT0_ENACHG) { in dwc2_port_intr()
368 hprt0, !!(hprt0 & HPRT0_ENA)); in dwc2_port_intr()
369 if (hprt0 & HPRT0_ENA) { in dwc2_port_intr()
371 dwc2_hprt0_enable(hsotg, hprt0, &hprt0_modify); in dwc2_port_intr()
387 if (hprt0 & HPRT0_OVRCURRCHG) { in dwc2_port_intr()
392 hprt0); in dwc2_port_intr()