Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c287 unsigned int max_pstreams; member
881 epctx->nr_pstreams = 2 << epctx->max_pstreams; in xhci_alloc_streams()
1109 epctx->max_pstreams = (ctx[0] >> 10) & epctx->xhci->max_pstreams_mask; in xhci_init_epctx()
1111 if (epctx->max_pstreams) { in xhci_init_epctx()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c260 BUILD_EP_CONTEXT_RW(max_pstreams, info0, 10, 0x1f)