Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-xhci.c159 #define TRB_TYPE_MASK 0x3f macro
160 #define TRB_TYPE(t) (((t).control >> TRB_TYPE_SHIFT) & TRB_TYPE_MASK)