Searched refs:hw_deq (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | xhci-ring.c | 965 u64 hw_deq; in xhci_invalidate_cancelled_tds() local 990 hw_deq = xhci_get_hw_deq(xhci, ep->vdev, ep->ep_index, in xhci_invalidate_cancelled_tds() 992 hw_deq &= ~0xf; in xhci_invalidate_cancelled_tds() 995 trb_in_td(xhci, td->start_seg, td->first_trb, td->last_trb, hw_deq, false)) { in xhci_invalidate_cancelled_tds() 1048 u64 hw_deq; in find_halted_td() local 1051 hw_deq = xhci_get_hw_deq(ep->xhci, ep->vdev, ep->ep_index, 0); in find_halted_td() 1052 hw_deq &= ~0xf; in find_halted_td() 1055 td->last_trb, hw_deq, false)) in find_halted_td()
|