Home
last modified time | relevance | path

Searched defs:GET_PORT_ID (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/cdns3/
Dcdnsp-gadget.h985 #define GET_PORT_ID(p) (((p) & GENMASK(31, 24)) >> 24) macro
/kernel/linux/linux-6.6/drivers/usb/host/
Dxhci.h1293 #define GET_PORT_ID(p) (((p) & (0xff << 24)) >> 24) macro
/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci.h1292 #define GET_PORT_ID(p) (((p) & (0xff << 24)) >> 24) macro