Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
Dxhci-ring.c581 u64 hw_dequeue; in xhci_move_dequeue_past_td() local
614 hw_dequeue = xhci_get_hw_deq(xhci, dev, ep_index, stream_id); in xhci_move_dequeue_past_td()
627 hw_dequeue & ~0xf, false); in xhci_move_dequeue_past_td()
629 index = ((dma_addr_t)(hw_dequeue & ~0xf) - halted_seg->dma) / in xhci_move_dequeue_past_td()
634 (u8)(hw_dequeue & 0x1), index, new_cycle); in xhci_move_dequeue_past_td()
636 new_cycle = hw_dequeue & 0x1; in xhci_move_dequeue_past_td()
647 == (dma_addr_t)(hw_dequeue & ~0xf)) { in xhci_move_dequeue_past_td()
/linux-6.1.9/drivers/usb/cdns3/
Dcdnsp-ring.c441 u64 hw_dequeue; in cdnsp_find_new_dequeue_state() local
451 hw_dequeue = cdnsp_get_hw_deq(pdev, pep->idx, stream_id); in cdnsp_find_new_dequeue_state()
454 state->new_cycle_state = hw_dequeue & 0x1; in cdnsp_find_new_dequeue_state()
465 == (dma_addr_t)(hw_dequeue & ~0xf)) { in cdnsp_find_new_dequeue_state()