Searched refs:TRB_FIELD_TO_BURST (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/usb/gadget/udc/cdns2/ | ||
H A D | cdns2-debug.h | 184 TRB_FIELD_TO_BURST(length), in cdns2_decode_trb() |
H A D | cdns2-gadget.h | 484 #define TRB_FIELD_TO_BURST(p) (((p) & GENMASK(31, 24)) >> 24) macro |