Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c679 static void xhci_ring_init(XHCIState *xhci, XHCIRing *ring, in xhci_ring_init() function
1029 xhci_ring_init(epctx->xhci, &sctx->ring, base); in xhci_find_stream()
1114 xhci_ring_init(epctx->xhci, &epctx->ring, dequeue); in xhci_init_epctx()
1417 xhci_ring_init(xhci, &sctx->ring, dequeue & ~0xf); in xhci_set_ep_dequeue()
1421 xhci_ring_init(xhci, &epctx->ring, dequeue & ~0xF); in xhci_set_ep_dequeue()
2983 xhci_ring_init(xhci, &xhci->cmd_ring, base); in xhci_oper_write()