Home
last modified time | relevance | path

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

/netbsd/src/sys/external/bsd/dwc2/dist/
Ddwc2_hcd.h416 hprt0 &= ~(HPRT0_ENA | HPRT0_CONNDET | HPRT0_ENACHG | HPRT0_OVRCURRCHG); in dwc2_read_hprt0()
Ddwc2_hw.h703 #define HPRT0_CONNDET (1 << 1) macro
Ddwc2_hcdintr.c360 hprt0_modify &= ~(HPRT0_ENA | HPRT0_CONNDET | HPRT0_ENACHG | in dwc2_port_intr()
367 if (hprt0 & HPRT0_CONNDET) { in dwc2_port_intr()
368 DWC2_WRITE_4(hsotg, HPRT0, hprt0_modify | HPRT0_CONNDET); in dwc2_port_intr()
Ddwc2_hcd.c369 if (!(hprt0 & HPRT0_CONNDET) && (hprt0 & HPRT0_CONNSTS)) in dwc2_hcd_disconnect()