Home
last modified time | relevance | path

Searched refs:HPRT0_ENA (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/hw/usb/
H A Dhcd-dwc2.c189 if (!(s->hprt0 & HPRT0_ENA)) { in dwc2_find_device()
473 s->hprt0 &= ~(HPRT0_SPD_MASK | HPRT0_SUSP | HPRT0_ENA | HPRT0_CONNSTS); in dwc2_detach()
911 if (!(old & HPRT0_ENA) && (val & HPRT0_ENA)) { in dwc2_hreg0_write()
912 val &= ~HPRT0_ENA; in dwc2_hreg0_write()
915 tval = val & (HPRT0_OVRCURRCHG | HPRT0_ENACHG | HPRT0_ENA | in dwc2_hreg0_write()
917 told = old & (HPRT0_OVRCURRCHG | HPRT0_ENACHG | HPRT0_ENA | in dwc2_hreg0_write()
921 tval &= (HPRT0_OVRCURRCHG | HPRT0_ENACHG | HPRT0_ENA | in dwc2_hreg0_write()
923 val &= ~(HPRT0_OVRCURRCHG | HPRT0_ENACHG | HPRT0_ENA | in dwc2_hreg0_write()
928 val |= HPRT0_ENA | HPRT0_ENACHG; in dwc2_hreg0_write()
/openbmc/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()
368 hprt0, !!(hprt0 & HPRT0_ENA)); in dwc2_port_intr()
369 if (hprt0 & HPRT0_ENA) { in dwc2_port_intr()
H A Dcore_intr.c57 hprt0 &= ~HPRT0_ENA; in dwc2_handle_usb_port_intr()
H A Dhcd.c3420 hprt0 |= HPRT0_ENA; in dwc2_hcd_hub_control()
3564 if (hprt0 & HPRT0_ENA) in dwc2_hcd_hub_control()
5508 hprt0 &= ~HPRT0_ENA; in dwc2_host_enter_hibernation()
5641 hprt0 &= ~HPRT0_ENA; in dwc2_host_exit_hibernation()
5647 hprt0 &= ~HPRT0_ENA; in dwc2_host_exit_hibernation()
5678 hprt0 &= ~HPRT0_ENA; in dwc2_host_exit_hibernation()
H A Dhw.h727 #define HPRT0_ENA BIT(2) macro
/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h751 #define HPRT0_ENA BIT(2) macro