Home
last modified time | relevance | path

Searched refs:HPRT0_CONNDET (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/usb/dwc2/
H A Dhcd.h466 hprt0 &= ~(HPRT0_ENA | HPRT0_CONNDET | HPRT0_ENACHG | HPRT0_OVRCURRCHG); in dwc2_read_hprt0()
H A Dhcd_intr.c339 hprt0_modify &= ~(HPRT0_ENA | HPRT0_CONNDET | HPRT0_ENACHG | in dwc2_port_intr()
346 if (hprt0 & HPRT0_CONNDET) { in dwc2_port_intr()
347 dwc2_writel(hsotg, hprt0_modify | HPRT0_CONNDET, HPRT0); in dwc2_port_intr()
H A Dhw.h742 #define HPRT0_CONNDET BIT(1) macro
H A Dhcd.c1797 if (!(hprt0 & HPRT0_CONNDET) && (hprt0 & HPRT0_CONNSTS)) in dwc2_hcd_disconnect()
4515 dwc2_writel(hsotg, HPRT0_PWR | HPRT0_CONNDET | in _dwc2_hcd_resume()
5689 hprt0 |= HPRT0_CONNDET; in dwc2_host_exit_hibernation()