Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-ring.c697 int new_cycle; in xhci_move_deq_to_next_td() local
732 new_cycle = ring->cycle_state; in xhci_move_deq_to_next_td()
737 new_cycle = le32_to_cpu(td->start_trb->generic.field[3]) & TRB_CYCLE; in xhci_move_deq_to_next_td()
751 lower_32_bits(addr) | trb_sct | new_cycle, in xhci_move_deq_to_next_td()
759 "Set TR Deq ptr 0x%llx, cycle %u\n", addr, new_cycle); in xhci_move_deq_to_next_td()