Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-xhci.c158 #define TRB_TYPE_SHIFT 10 macro
160 #define TRB_TYPE(t) (((t).control >> TRB_TYPE_SHIFT) & TRB_TYPE_MASK)
624 event->flags | (event->type << TRB_TYPE_SHIFT); in xhci_write_event()