Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci-mem.c146 &= ~cpu_to_le32(LINK_TOGGLE); in xhci_link_rings()
148 |= cpu_to_le32(LINK_TOGGLE); in xhci_link_rings()
391 cpu_to_le32(LINK_TOGGLE); in xhci_ring_alloc()
Dxhci.h1194 #define LINK_TOGGLE (0x1<<1) macro
Dxhci-ring.c103 return le32_to_cpu(trb->link.control) & LINK_TOGGLE; in link_trb_toggles_cycle()
/Linux-v4.19/drivers/usb/early/
Dxhci-dbc.c213 link_trb->field[3] = cpu_to_le32(TRB_TYPE(TRB_LINK)) | cpu_to_le32(LINK_TOGGLE); in xdbc_reset_ring()