Home
last modified time | relevance | path

Searched defs:DEV_PORT_SPEED (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/usb/cdns3/
Dcdnsp-gadget.h294 #define DEV_PORT_SPEED(p) (((p) >> 10) & 0x0f) macro
/linux-6.1.9/drivers/usb/host/
Dxhci.h346 #define DEV_PORT_SPEED(p) (((p) >> 10) & 0x0f) macro