Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-xhci.h193 uint32_t max_pstreams_mask; member
H A Dhcd-xhci.c1109 epctx->max_pstreams = (ctx[0] >> 10) & epctx->xhci->max_pstreams_mask; in xhci_init_epctx()
2754 ret = 0x00080000 | (xhci->max_pstreams_mask << 12); in xhci_cap_read()
2756 ret = 0x00080001 | (xhci->max_pstreams_mask << 12); in xhci_cap_read()
3383 xhci->max_pstreams_mask = 7; /* == 256 primary streams */ in usb_xhci_realize()
3385 xhci->max_pstreams_mask = 0; in usb_xhci_realize()