Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci-ring.c447 u64 hw_dequeue; in xhci_find_new_dequeue_state() local
467 hw_dequeue = le64_to_cpu(ctx->stream_ring); in xhci_find_new_dequeue_state()
471 hw_dequeue = le64_to_cpu(ep_ctx->deq); in xhci_find_new_dequeue_state()
476 state->new_cycle_state = hw_dequeue & 0x1; in xhci_find_new_dequeue_state()
486 == (dma_addr_t)(hw_dequeue & ~0xf)) { in xhci_find_new_dequeue_state()