Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci-dbg.c271 le32_to_cpu(trb->link.control) & LINK_TOGGLE); in xhci_debug_trb()
Dxhci-mem.c145 &= ~cpu_to_le32(LINK_TOGGLE); in xhci_link_rings()
147 |= cpu_to_le32(LINK_TOGGLE); in xhci_link_rings()
388 cpu_to_le32(LINK_TOGGLE); in xhci_ring_alloc()
Dxhci.h1088 #define LINK_TOGGLE (0x1<<1) macro
Dxhci-ring.c100 return le32_to_cpu(trb->link.control) & LINK_TOGGLE; in last_trb_on_last_seg()
496 new_deq->generic.field[3] & cpu_to_le32(LINK_TOGGLE)) in xhci_find_new_dequeue_state()