Home
last modified time | relevance | path

Searched refs:TRB_ISP (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/usb/host/
Dxhci.h1308 #define TRB_ISP (1<<2) macro
2264 field3 & TRB_ISP ? 'I' : 'i', in xhci_decode_trb()
2292 field3 & TRB_ISP ? 'I' : 'i', in xhci_decode_trb()
Dxhci-ring.c3340 field |= TRB_ISP; in xhci_queue_bulk_tx()
3468 field = TRB_ISP | TRB_TYPE(TRB_DATA); in xhci_queue_ctrl_tx()
3763 field |= TRB_ISP; in xhci_queue_isoc_tx()
/Linux-v5.4/drivers/usb/cdns3/
Dtrace.h348 __entry->control & TRB_ISP ? "ISP, " : "",
Dgadget.c931 control |= TRB_IOC | TRB_ISP; in cdns3_ep_run_transfer()
935 control |= pcs | TRB_IOC | TRB_ISP; in cdns3_ep_run_transfer()
955 trb->control |= TRB_IOC | TRB_ISP; in cdns3_ep_run_transfer()
Dgadget.h1035 #define TRB_ISP BIT(2) macro