Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c182 #define TRB_CR_SLOTID_MASK 0xff macro
2391 slotid = (trb->control >> TRB_CR_SLOTID_SHIFT) & TRB_CR_SLOTID_MASK; in xhci_get_slot()