Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-port.h44 #define XDEV_LS (0x2 << 10) macro
50 #define DEV_LOWSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_LS)
59 #define SLOT_SPEED_LS (XDEV_LS << 10)
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h287 #define XDEV_LS (0x2 << 10) macro
292 #define DEV_LOWSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_LS)
297 #define SLOT_SPEED_LS (XDEV_LS << 10)
H A Dxhci.c984 case XDEV_LS: in xhci_submit_root()