Searched refs:xr_cycle (Results 1 – 4 of 4) sorted by relevance
124 xrp->xr_cycle = 0; in xhci_ring_free()141 xrp->xr_cycle = 1; in xhci_ring_reset()191 if (xrp->xr_cycle != (LE_32(trb->trb_flags) & XHCI_TRB_CYCLE)) in xhci_ring_event_advance()203 xrp->xr_cycle ^= 1; in xhci_ring_event_advance()296 uint8_t cycle = xrp->xr_cycle; in xhci_ring_trb_fill()381 xrp->xr_cycle ^= 1; in xhci_ring_trb_produce()
176 ectx->xec_dequeue = LE_64(deq | xep->xep_ring.xr_cycle); in xhci_endpoint_setup_default_context()608 ectx->xec_dequeue = LE_64(deq | xep->xep_ring.xr_cycle); in xhci_endpoint_setup_context()
748 pa |= xrp->xr_cycle; in xhci_command_set_tr_dequeue()
361 uint8_t xr_cycle; member