Searched refs:TRB_ISP (Results 1 – 5 of 5) sorted by relevance
1308 #define TRB_ISP (1<<2) macro2264 field3 & TRB_ISP ? 'I' : 'i', in xhci_decode_trb()2292 field3 & TRB_ISP ? 'I' : 'i', in xhci_decode_trb()
3340 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()
348 __entry->control & TRB_ISP ? "ISP, " : "",
931 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()
1035 #define TRB_ISP BIT(2) macro