Home
last modified time | relevance | path

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

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