Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-xhci.c267 unsigned int sct; member
869 stctx[i].sct = -1; in xhci_alloc_stream_contexts()
879 epctx->pstreams[i].sct = -1; in xhci_reset_streams()
1010 uint32_t ctx[2], sct; in xhci_find_stream() local
1025 if (sctx->sct == -1) { in xhci_find_stream()
1027 sct = (ctx[0] >> 1) & 0x07; in xhci_find_stream()
1028 if (epctx->lsa && sct != 1) { in xhci_find_stream()
1032 sctx->sct = sct; in xhci_find_stream()