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