Home
last modified time | relevance | path

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

/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)
H A Dxhci-debugfs.c717 ret = xhci_port_bw_show(xhci, DEV_PORT_SPEED(XDEV_SS), s); in xhci_ss_bw_show()
/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h286 #define XDEV_SS (0x4 << 10) macro
293 #define DEV_SUPERSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_SS)
297 #define DEV_SUPERSPEED_ANY(p) (((p) & DEV_SPEED_MASK) >= XDEV_SS)
597 #define SLOT_SPEED_SS (XDEV_SS << 10)