Home
last modified time | relevance | path

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

/drivers/usb/host/
Dxhci-hub.c757 !DEV_SUPERSPEED_ANY(raw_port_status) && hcd->speed < HCD_USB3) { in xhci_get_port_status()
1486 if (DEV_SUPERSPEED_ANY(temp)) in xhci_bus_resume()
1493 if (!DEV_SUPERSPEED_ANY(temp)) { in xhci_bus_resume()
Dxhci-ring.c1614 if (DEV_SUPERSPEED_ANY(temp)) { in handle_port_status()
1644 DEV_SUPERSPEED_ANY(temp) && in handle_port_status()
1675 if (!DEV_SUPERSPEED_ANY(temp) && hcd->speed < HCD_USB3 && in handle_port_status()
Dxhci.h342 #define DEV_SUPERSPEED_ANY(p) (((p) & DEV_SPEED_MASK) >= XDEV_SS) macro