Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h1330 #define TRB_IDT (1<<6) macro
2360 field3 & TRB_IDT ? 'I' : 'i', in xhci_decode_trb()
2370 field3 & TRB_IDT ? 'I' : 'i', in xhci_decode_trb()
2399 field3 & TRB_IDT ? 'I' : 'i', in xhci_decode_trb()
H A Dxhci-ring.c3685 field |= TRB_IDT; in xhci_queue_bulk_tx()
3798 field |= TRB_IDT | TRB_TYPE(TRB_SETUP); in xhci_queue_ctrl_tx()
3834 field |= TRB_IDT; in xhci_queue_ctrl_tx()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h874 #define TRB_IDT (1<<6) macro
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-ring.c826 field |= TRB_IDT | (TRB_SETUP << TRB_TYPE_SHIFT); in xhci_ctrl_tx()