Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h819 #define TRB_TO_SLOT_ID(p) (((p) & (0xff << 24)) >> 24) macro
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h966 #define TRB_TO_SLOT_ID(p) (((p) & GENMASK(31, 24)) >> 24) macro
/openbmc/linux/drivers/usb/host/
H A Dxhci.h1020 #define TRB_TO_SLOT_ID(p) (((p) & (0xff<<24)) >> 24) macro