Home
last modified time | relevance | path

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

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