Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-xhci.c183 #define TRB_CR_EPID_SHIFT 16 macro
2534 unsigned int epid = (trb.control >> TRB_CR_EPID_SHIFT) in xhci_process_commands()
2542 unsigned int epid = (trb.control >> TRB_CR_EPID_SHIFT) in xhci_process_commands()
2550 unsigned int epid = (trb.control >> TRB_CR_EPID_SHIFT) in xhci_process_commands()