Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ring.c583 u64 hw_dequeue; in xhci_move_dequeue_past_td() local
616 hw_dequeue = xhci_get_hw_deq(xhci, dev, ep_index, stream_id); in xhci_move_dequeue_past_td()
629 hw_dequeue & ~0xf, false); in xhci_move_dequeue_past_td()
631 index = ((dma_addr_t)(hw_dequeue & ~0xf) - halted_seg->dma) / in xhci_move_dequeue_past_td()
636 (u8)(hw_dequeue & 0x1), index, new_cycle); in xhci_move_dequeue_past_td()
638 new_cycle = hw_dequeue & 0x1; in xhci_move_dequeue_past_td()
649 == (dma_addr_t)(hw_dequeue & ~0xf)) { in xhci_move_dequeue_past_td()