Lines Matching refs:ep_ctx
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()
3504 state = ep_ctx[0] & EP_STATE_MASK; in usb_xhci_post_load()
3510 xhci_init_epctx(epctx, pctx, ep_ctx); in usb_xhci_post_load()