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

/linux-4.1.27/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()
355 hprt0_modify |= HPRT0_CONNDET; dwc2_port_intr()
371 hprt0_modify |= HPRT0_ENACHG; dwc2_port_intr()
373 dwc2_hprt0_enable(hsotg, hprt0, &hprt0_modify); dwc2_port_intr()
384 hprt0_modify |= HPRT0_OVRCURRCHG; dwc2_port_intr()
388 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 66 milliseconds