Lines Matching refs:hprt0
236 static void dwc2_hprt0_enable(struct dwc2_hsotg *hsotg, u32 hprt0, in dwc2_hprt0_enable() argument
264 prtspd = (hprt0 & HPRT0_SPD_MASK) >> HPRT0_SPD_SHIFT; in dwc2_hprt0_enable()
330 u32 hprt0; in dwc2_port_intr() local
335 hprt0 = dwc2_readl(hsotg->regs + HPRT0); in dwc2_port_intr()
336 hprt0_modify = hprt0; in dwc2_port_intr()
349 if (hprt0 & HPRT0_CONNDET) { in dwc2_port_intr()
352 hprt0); in dwc2_port_intr()
370 if (hprt0 & HPRT0_ENACHG) { in dwc2_port_intr()
373 hprt0, !!(hprt0 & HPRT0_ENA)); in dwc2_port_intr()
375 if (hprt0 & HPRT0_ENA) in dwc2_port_intr()
376 dwc2_hprt0_enable(hsotg, hprt0, &hprt0_modify); in dwc2_port_intr()
382 if (hprt0 & HPRT0_OVRCURRCHG) { in dwc2_port_intr()
385 hprt0); in dwc2_port_intr()