Searched refs:hprt0_modify (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/usb/dwc2/
H A Dhcd_intr.c237 u32 *hprt0_modify) dwc2_hprt0_enable()
314 *hprt0_modify |= HPRT0_RST; dwc2_hprt0_enable()
331 u32 hprt0_modify; dwc2_port_intr() local
336 hprt0_modify = hprt0; dwc2_port_intr()
342 hprt0_modify &= ~(HPRT0_ENA | HPRT0_CONNDET | HPRT0_ENACHG | dwc2_port_intr()
358 hprt0_modify |= HPRT0_CONNDET; dwc2_port_intr()
374 hprt0_modify |= HPRT0_ENACHG; dwc2_port_intr()
376 dwc2_hprt0_enable(hsotg, hprt0, &hprt0_modify); dwc2_port_intr()
387 hprt0_modify |= HPRT0_OVRCURRCHG; dwc2_port_intr()
391 dwc2_writel(hprt0_modify, hsotg->regs + HPRT0); dwc2_port_intr()
236 dwc2_hprt0_enable(struct dwc2_hsotg *hsotg, u32 hprt0, u32 *hprt0_modify) dwc2_hprt0_enable() argument

Completed in 63 milliseconds