Home
last modified time | relevance | path

Searched refs:TRB_IDT (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/usb/host/
Dxhci.h1297 #define TRB_IDT (1<<6) macro
2212 field3 & TRB_IDT ? 'I' : 'i', in xhci_decode_trb()
2221 field3 & TRB_IDT ? 'I' : 'i', in xhci_decode_trb()
2249 field3 & TRB_IDT ? 'I' : 'i', in xhci_decode_trb()
Dxhci-ring.c3322 field |= TRB_IDT | TRB_TYPE(TRB_SETUP); in xhci_queue_ctrl_tx()