Home
last modified time | relevance | path

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

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