Searched refs:ctx2 (Results 1 – 1 of 1) sorted by relevance
1044 uint32_t ctx2[2]; in xhci_set_ep_state() local1054 xhci_dma_read_u32s(xhci, sctx->pctx, ctx2, sizeof(ctx2)); in xhci_set_ep_state()1055 ctx2[0] &= 0xe; in xhci_set_ep_state()1056 ctx2[0] |= sctx->ring.dequeue | sctx->ring.ccs; in xhci_set_ep_state()1057 ctx2[1] = (sctx->ring.dequeue >> 16) >> 16; in xhci_set_ep_state()1058 xhci_dma_write_u32s(xhci, sctx->pctx, ctx2, sizeof(ctx2)); in xhci_set_ep_state()