Home
last modified time | relevance | path

Searched refs:DEV_LOWSPEED (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/usb/host/
Dxhci-hub.c172 if (DEV_LOWSPEED(port_status)) in xhci_port_speed()
Dxhci.h299 #define DEV_LOWSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_LS) macro