Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci.h1320 #define TRB_IDT (1<<6) macro
2280 field3 & TRB_IDT ? 'I' : 'i', in xhci_decode_trb()
2290 field3 & TRB_IDT ? 'I' : 'i', in xhci_decode_trb()
2319 field3 & TRB_IDT ? 'I' : 'i', in xhci_decode_trb()
Dxhci-ring.c3488 field |= TRB_IDT; in xhci_queue_bulk_tx()
3598 field |= TRB_IDT | TRB_TYPE(TRB_SETUP); in xhci_queue_ctrl_tx()
3634 field |= TRB_IDT; in xhci_queue_ctrl_tx()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0034_linux_drivers_usb_vfio_wdt_tty_uio.patch6055 + field = TRB_IOC | TRB_IDT | TRB_TYPE(TRB_SETUP) | start_cycle;