Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci.h1295 #define TRB_IOC (1<<5) macro
2174 field3 & TRB_IOC ? 'I' : 'i', in xhci_decode_trb()
2213 field3 & TRB_IOC ? 'I' : 'i', in xhci_decode_trb()
2222 field3 & TRB_IOC ? 'I' : 'i', in xhci_decode_trb()
2234 field3 & TRB_IOC ? 'I' : 'i', in xhci_decode_trb()
2250 field3 & TRB_IOC ? 'I' : 'i', in xhci_decode_trb()
Dxhci-ring.c3211 field |= TRB_IOC; in xhci_queue_bulk_tx()
3257 field = TRB_TYPE(TRB_NORMAL) | ring->cycle_state | TRB_IOC; in xhci_queue_bulk_tx()
3383 field | TRB_IOC | TRB_TYPE(TRB_STATUS) | ep_ring->cycle_state); in xhci_queue_ctrl_tx()
3640 field |= TRB_IOC; in xhci_queue_isoc_tx()
Dxhci-dbgcap.c259 control = TRB_TYPE(TRB_NORMAL) | TRB_IOC; in xhci_dbc_queue_bulk_tx()
/Linux-v4.19/drivers/usb/early/
Dxhci-dbc.c489 control = TRB_TYPE(TRB_NORMAL) | TRB_IOC; in xdbc_bulk_transfer()