Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-xhci.c195 #define EP_TYPE_MASK 0x7 macro
1113 epctx->type = (ctx[1] >> EP_TYPE_SHIFT) & EP_TYPE_MASK; in xhci_init_epctx()