Searched refs:TRB_IOC (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.1/drivers/usb/cdns3/ |
D | cdnsp-debug.h | 196 field3 & TRB_IOC ? 'I' : 'i', in cdnsp_decode_trb() 240 field3 & TRB_IOC ? 'I' : 'i', in cdnsp_decode_trb() 252 field3 & TRB_IOC ? 'I' : 'i', in cdnsp_decode_trb() 267 field3 & TRB_IOC ? 'I' : 'i', in cdnsp_decode_trb() 286 field3 & TRB_IOC ? 'I' : 'i', in cdnsp_decode_trb()
|
D | cdns3-ep0.c | 48 priv_ep->trb_pool[1].control = cpu_to_le32(TRB_CYCLE | TRB_IOC | in cdns3_ep0_run_transfer() 51 priv_ep->trb_pool[0].control = cpu_to_le32(TRB_CYCLE | TRB_IOC | in cdns3_ep0_run_transfer()
|
D | cdnsp-ring.c | 1954 field |= TRB_IOC; in cdnsp_queue_bulk_tx() 2028 field = TRB_TYPE(TRB_DATA) | TRB_IOC; in cdnsp_queue_ctrl_tx() 2030 field = TRB_ISP | TRB_TYPE(TRB_DATA) | TRB_IOC; in cdnsp_queue_ctrl_tx() 2072 field | TRB_IOC | TRB_SETUPID(pdev->setup_id) | in cdnsp_queue_ctrl_tx() 2258 field |= TRB_IOC; in cdnsp_queue_isoc_tx()
|
D | cdns3-trace.h | 420 __entry->control & TRB_IOC ? "IOC, " : "",
|
D | cdns3-gadget.h | 1060 #define TRB_IOC BIT(5) macro
|
D | cdns3-gadget.c | 1236 control |= TRB_IOC | TRB_ISP; in cdns3_ep_run_transfer() 1240 control |= pcs | TRB_IOC | TRB_ISP; in cdns3_ep_run_transfer() 1271 trb->control |= cpu_to_le32(TRB_IOC | TRB_ISP); in cdns3_ep_run_transfer()
|
D | cdnsp-gadget.h | 1024 #define TRB_IOC BIT(5) macro
|
/Linux-v6.1/drivers/usb/host/ |
D | xhci.h | 1322 #define TRB_IOC (1<<5) macro 2276 field3 & TRB_IOC ? 'I' : 'i', in xhci_decode_trb() 2316 field3 & TRB_IOC ? 'I' : 'i', in xhci_decode_trb() 2326 field3 & TRB_IOC ? 'I' : 'i', in xhci_decode_trb() 2339 field3 & TRB_IOC ? 'I' : 'i', in xhci_decode_trb() 2355 field3 & TRB_IOC ? 'I' : 'i', in xhci_decode_trb()
|
D | xhci-ring.c | 3607 field |= TRB_IOC; in xhci_queue_bulk_tx() 3661 field = TRB_TYPE(TRB_NORMAL) | ring->cycle_state | TRB_IOC; in xhci_queue_bulk_tx() 3800 field | TRB_IOC | TRB_TYPE(TRB_STATUS) | ep_ring->cycle_state); in xhci_queue_ctrl_tx() 4076 field |= TRB_IOC; in xhci_queue_isoc_tx()
|
D | xhci-dbgcap.c | 264 control = TRB_TYPE(TRB_NORMAL) | TRB_IOC; in xhci_dbc_queue_bulk_tx()
|
/Linux-v6.1/drivers/usb/early/ |
D | xhci-dbc.c | 490 control = TRB_TYPE(TRB_NORMAL) | TRB_IOC; in xdbc_bulk_transfer()
|