Home
last modified time | relevance | path

Searched refs:UPS_PORT_MODE_DEVICE (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/bus/u4b/
H A Dusb.h715 #define UPS_PORT_MODE_DEVICE 0x8000 /* currently FreeBSD specific */ macro
H A Dusb_hub.c690 if (!(sc->sc_st.port_status & UPS_PORT_MODE_DEVICE)) { in uhub_reattach_port()
817 } else if (sc->sc_st.port_status & UPS_PORT_MODE_DEVICE) in uhub_reattach_port()
/dragonfly/sys/bus/u4b/controller/
H A Dohci.c2313 v &= ~UPS_PORT_MODE_DEVICE; /* force host mode */ in ohci_roothub_exec()