Searched refs:LINK_TOGGLE (Results 1 – 7 of 7) sorted by relevance
155 ~cpu_to_le32(LINK_TOGGLE); in cdnsp_link_rings()157 cpu_to_le32(LINK_TOGGLE); in cdnsp_link_rings()400 cpu_to_le32(LINK_TOGGLE); in cdnsp_ring_alloc()
929 #define LINK_TOGGLE BIT(1) macro
106 return le32_to_cpu(trb->link.control) & LINK_TOGGLE; in cdnsp_link_trb_toggles_cycle()
129 ring->last_seg->trbs[TRBS_PER_SEGMENT - 1].link.control |= cpu_to_le32(LINK_TOGGLE); in xhci_initialize_ring_segments()164 &= ~cpu_to_le32(LINK_TOGGLE); in xhci_link_rings()168 src->last_seg->trbs[TRBS_PER_SEGMENT-1].link.control &= ~cpu_to_le32(LINK_TOGGLE); in xhci_link_rings()
953 #define LINK_TOGGLE (0x1<<1) macro
108 return le32_to_cpu(trb->link.control) & LINK_TOGGLE; in link_trb_toggles_cycle()
214 link_trb->field[3] = cpu_to_le32(TRB_TYPE(TRB_LINK)) | cpu_to_le32(LINK_TOGGLE); in xdbc_reset_ring()