Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci-ring.c525 u64 hw_dequeue; in xhci_find_new_dequeue_state() local
541 hw_dequeue = xhci_get_hw_deq(xhci, dev, ep_index, stream_id); in xhci_find_new_dequeue_state()
544 state->new_cycle_state = hw_dequeue & 0x1; in xhci_find_new_dequeue_state()
555 == (dma_addr_t)(hw_dequeue & ~0xf)) { in xhci_find_new_dequeue_state()