Searched defs:DEV_PORT_SPEED (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/usb/host/ | ||
H A D | xhci-port.h | 55 #define DEV_PORT_SPEED(p) (((p) >> 10) & 0x0f) macro |
/linux/drivers/usb/cdns3/ | ||
H A D | cdnsp-gadget.h | 294 #define DEV_PORT_SPEED(p) (((p) >> 10) & 0x0f) macro |