Searched refs:TRB_BURST_LEN_GET (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/usb/cdns3/ | ||
H A D | cdns3-trace.h | 409 (u8)TRB_BURST_LEN_GET(__entry->length), |
H A D | cdns3-gadget.h | 1080 #define TRB_BURST_LEN_GET(p) (((p) & GENMASK(31, 24)) >> 24) macro |