Home
last modified time | relevance | path

Searched refs:TRB_FIELD_TO_STREAMID (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/cdns3/
H A Dcdns3-trace.h418 TRB_FIELD_TO_STREAMID(__entry->control),
H A Dcdns3-gadget.h1065 #define TRB_FIELD_TO_STREAMID(p) (((p) & TRB_STREAM_ID_BITMASK) >> 16) macro