Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h822 #define SLOT_ID_FOR_TRB(p) (((p) & 0xff) << 24) macro
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h967 #define SLOT_ID_FOR_TRB(p) (((p) << 24) & GENMASK(31, 24)) macro
/openbmc/linux/drivers/usb/host/
H A Dxhci.h1021 #define SLOT_ID_FOR_TRB(p) (((p) & 0xff) << 24) macro