Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/
H A Dusb.h693 #define UPS_PORT_LINK_STATE_GET(x) (((x) >> 5) & 0xF) macro
H A Dusb_request.c911 switch (UPS_PORT_LINK_STATE_GET(status)) {
H A Dusb_hub.c926 switch (UPS_PORT_LINK_STATE_GET(sc->sc_st.port_status)) { in uhub_suspend_resume_port()