DEV_SUPERSPEED    237 drivers/usb/cdns3/gadget.h #define DEV_SUPERSPEED(p)	(((p) & USB_STS_USBSPEED_MASK) == USB_STS_SS)
DEV_SUPERSPEED    337 drivers/usb/host/xhci.h #define DEV_SUPERSPEED(p)	(((p) & DEV_SPEED_MASK) == XDEV_SS)