Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dxhci.h806 #define LINK_TOGGLE (0x1 << 1) macro
Dxhci-mem.c334 cpu_to_le32(LINK_TOGGLE); in xhci_ring_alloc()
Dxhci-ring.c63 return le32_to_cpu(trb->link.control) & LINK_TOGGLE; in last_trb_on_last_seg()