Home
last modified time | relevance | path

Searched refs:XDEV_SS (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dxhci-port.h46 #define XDEV_SS (0x4 << 10) macro
52 #define DEV_SUPERSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_SS)
54 #define DEV_SUPERSPEED_ANY(p) (((p) & DEV_SPEED_MASK) >= XDEV_SS)
61 #define SLOT_SPEED_SS (XDEV_SS << 10)
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h289 #define XDEV_SS (0x4 << 10) macro
294 #define DEV_SUPERSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_SS)
299 #define SLOT_SPEED_SS (XDEV_SS << 10)
H A Dxhci.c992 case XDEV_SS: in xhci_submit_root()
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h286 #define XDEV_SS (0x4 << 10) macro
291 #define DEV_SUPERSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_SS)
293 #define DEV_SUPERSPEED_ANY(p) (((p) & DEV_SPEED_MASK) >= XDEV_SS)
590 #define SLOT_SPEED_SS (XDEV_SS << 10)