Home
last modified time | relevance | path

Searched refs:TRB_CYCLE (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/usb/host/
Dxhci.h1282 #define TRB_CYCLE (1<<0) macro
2177 field3 & TRB_CYCLE ? 'C' : 'c'); in xhci_decode_trb()
2196 field3 & TRB_CYCLE ? 'C' : 'c'); in xhci_decode_trb()
2214 field3 & TRB_CYCLE ? 'C' : 'c'); in xhci_decode_trb()
2227 field3 & TRB_CYCLE ? 'C' : 'c'); in xhci_decode_trb()
2237 field3 & TRB_CYCLE ? 'C' : 'c'); in xhci_decode_trb()
2255 field3 & TRB_CYCLE ? 'C' : 'c'); in xhci_decode_trb()
2263 field3 & TRB_CYCLE ? 'C' : 'c'); in xhci_decode_trb()
2271 field3 & TRB_CYCLE ? 'C' : 'c'); in xhci_decode_trb()
2280 field3 & TRB_CYCLE ? 'C' : 'c'); in xhci_decode_trb()
[all …]
Dxhci-dbgcap.c170 trb->generic.field[3] &= cpu_to_le32(TRB_CYCLE); in xhci_dbc_flush_single_request()
234 next->link.control ^= cpu_to_le32(TRB_CYCLE); in xhci_dbc_queue_trb()
262 control &= cpu_to_le32(~TRB_CYCLE); in xhci_dbc_queue_bulk_tx()
264 control |= cpu_to_le32(TRB_CYCLE); in xhci_dbc_queue_bulk_tx()
280 trb->generic.field[3] |= cpu_to_le32(TRB_CYCLE); in xhci_dbc_queue_bulk_tx()
282 trb->generic.field[3] &= cpu_to_le32(~TRB_CYCLE); in xhci_dbc_queue_bulk_tx()
749 while ((le32_to_cpu(evt->event_cmd.flags) & TRB_CYCLE) == in xhci_dbc_do_handle_events()
Dxhci-ring.c130 trb->generic.field[3] &= cpu_to_le32(TRB_CYCLE); in trb_to_noop()
241 next->link.control ^= cpu_to_le32(TRB_CYCLE); in inc_enq()
610 trb->generic.field[3] ^= cpu_to_le32(TRB_CYCLE); in td_to_noop()
2577 if ((le32_to_cpu(event->event_cmd.flags) & TRB_CYCLE) != in xhci_handle_event()
2827 ep_ring->enqueue->link.control ^= cpu_to_le32(TRB_CYCLE); in prepare_ring()
2957 start_trb->field[3] &= cpu_to_le32(~TRB_CYCLE); in giveback_first_trb()
3190 field |= TRB_CYCLE; in xhci_queue_bulk_tx()
Dxhci-mem.c60 seg->trbs[i].link.control |= cpu_to_le32(TRB_CYCLE); in xhci_segment_alloc()
Dxhci.c865 cpu_to_le32(~TRB_CYCLE); in xhci_clear_command_ring()
/Linux-v4.19/drivers/usb/early/
Dxhci-dbc.c403 link_trb->field[3] |= cpu_to_le32(TRB_CYCLE); in xdbc_queue_trb()
405 link_trb->field[3] &= cpu_to_le32(~TRB_CYCLE); in xdbc_queue_trb()
492 control &= cpu_to_le32(~TRB_CYCLE); in xdbc_bulk_transfer()
494 control |= cpu_to_le32(TRB_CYCLE); in xdbc_bulk_transfer()
517 trb->field[3] &= cpu_to_le32(~TRB_CYCLE); in xdbc_bulk_transfer()
809 while ((le32_to_cpu(evt_trb->field[3]) & TRB_CYCLE) == xdbc.evt_ring.cycle_state) { in xdbc_handle_events()