Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-debug.h184 TRB_FIELD_TO_BURST(length), in cdns2_decode_trb()
H A Dcdns2-gadget.h475 #define TRB_FIELD_TO_BURST(p) (((p) & GENMASK(31, 24)) >> 24) macro