Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h988 #define GET_PORT_ID(p) (((p) & GENMASK(31, 24)) >> 24) macro
/linux/drivers/usb/host/
H A Dxhci.h1017 #define GET_PORT_ID(p) (((p) & (0xff << 24)) >> 24) macro