Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h239 field3 & TRB_IDT ? 'D' : 'd', in cdnsp_decode_trb()
251 field3 & TRB_IDT ? 'D' : 'i', in cdnsp_decode_trb()
285 field3 & TRB_IDT ? 'T' : 't', in cdnsp_decode_trb()
H A Dcdnsp-gadget.h1029 #define TRB_IDT BIT(6) macro
/openbmc/linux/drivers/usb/host/
H A Dxhci.h1076 #define TRB_IDT (1<<6) macro
2085 field3 & TRB_IDT ? 'I' : 'i', in xhci_decode_trb()
2095 field3 & TRB_IDT ? 'I' : 'i', in xhci_decode_trb()
2124 field3 & TRB_IDT ? 'I' : 'i', in xhci_decode_trb()
H A Dxhci-ring.c3790 field |= TRB_IDT; in xhci_queue_bulk_tx()
3917 field |= TRB_IDT | TRB_TYPE(TRB_SETUP); in xhci_queue_ctrl_tx()
3953 field |= TRB_IDT; in xhci_queue_ctrl_tx()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h873 #define TRB_IDT (1<<6) macro
H A Dxhci-ring.c825 field |= TRB_IDT | (TRB_SETUP << TRB_TYPE_SHIFT); in xhci_ctrl_tx()