Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-xhci.h195 uint32_t max_pstreams_mask; member
H A Dhcd-xhci.c1117 epctx->max_pstreams = (ctx[0] >> 10) & epctx->xhci->max_pstreams_mask; in xhci_init_epctx()
2762 ret = 0x00080000 | (xhci->max_pstreams_mask << 12); in xhci_cap_read()
2764 ret = 0x00080001 | (xhci->max_pstreams_mask << 12); in xhci_cap_read()
3409 xhci->max_pstreams_mask = 7; /* == 256 primary streams */ in usb_xhci_realize()
3411 xhci->max_pstreams_mask = 0; in usb_xhci_realize()