Searched refs:ep_ctx (Results 1 – 1 of 1) sorted by relevance
/qemu/hw/usb/ |
H A D | hcd-xhci.c | 2204 uint32_t ep_ctx[5]; in xhci_configure_slot() local 2257 xhci_dma_read_u32s(xhci, ictx+32+(32*i), ep_ctx, sizeof(ep_ctx)); in xhci_configure_slot() 2259 i/2, i%2, ep_ctx[0], ep_ctx[1], ep_ctx[2], in xhci_configure_slot() 2260 ep_ctx[3], ep_ctx[4]); in xhci_configure_slot() 2262 res = xhci_enable_ep(xhci, slotid, i, octx+(32*i), ep_ctx); in xhci_configure_slot() 2267 i/2, i%2, ep_ctx[0], ep_ctx[1], ep_ctx[2], in xhci_configure_slot() 2268 ep_ctx[3], ep_ctx[4]); in xhci_configure_slot() 2269 xhci_dma_write_u32s(xhci, octx+(32*i), ep_ctx, sizeof(ep_ctx)); in xhci_configure_slot() 3477 uint32_t ep_ctx[5]; in usb_xhci_post_load() local 3503 xhci_dma_read_u32s(xhci, pctx, ep_ctx, sizeof(ep_ctx)); in usb_xhci_post_load() [all …]
|