Searched refs:TRB_IOC (Results 1 – 15 of 15) sorted by relevance
/Linux-v6.6/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 | 1956 field |= TRB_IOC; in cdnsp_queue_bulk_tx() 2044 field |= TRB_IOC | (pdev->ep0_expect_in ? 0 : TRB_ISP); in cdnsp_queue_ctrl_tx() 2060 field = TRB_TYPE(TRB_NORMAL) | TRB_IOC; in cdnsp_queue_ctrl_tx() 2096 field | TRB_IOC | TRB_SETUPID(pdev->setup_id) | in cdnsp_queue_ctrl_tx() 2299 field |= TRB_IOC; in cdnsp_queue_isoc_tx()
|
D | cdns3-trace.h | 416 __entry->control & TRB_IOC ? "IOC, " : "",
|
D | cdns3-gadget.h | 1060 #define TRB_IOC BIT(5) macro
|
D | cdns3-gadget.c | 1238 control |= TRB_IOC | TRB_ISP; in cdns3_ep_run_transfer() 1242 control |= pcs | TRB_IOC | TRB_ISP; in cdns3_ep_run_transfer() 1273 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.6/drivers/usb/gadget/udc/cdns2/ |
D | cdns2-debug.h | 176 flags & TRB_IOC ? 'I' : 'i'); in cdns2_decode_trb() 189 flags & TRB_IOC ? 'I' : 'i'); in cdns2_decode_trb()
|
D | cdns2-ep0.c | 56 ring->trbs[1].control = cpu_to_le32(TRB_CYCLE | TRB_IOC | in cdns2_ep0_enqueue() 59 ring->trbs[0].control = cpu_to_le32(TRB_CYCLE | TRB_IOC | in cdns2_ep0_enqueue()
|
D | cdns2-gadget.h | 470 #define TRB_IOC BIT(5) macro
|
D | cdns2-gadget.c | 565 control |= TRB_IOC | TRB_ISP; in cdns2_ep_tx_isoc() 644 | TRB_IOC; in cdns2_ep_tx_bulk() 668 control |= TRB_IOC; in cdns2_ep_tx_bulk()
|
/Linux-v6.6/drivers/usb/host/ |
D | xhci.h | 1326 #define TRB_IOC (1<<5) macro 2291 field3 & TRB_IOC ? 'I' : 'i', in xhci_decode_trb() 2331 field3 & TRB_IOC ? 'I' : 'i', in xhci_decode_trb() 2341 field3 & TRB_IOC ? 'I' : 'i', in xhci_decode_trb() 2354 field3 & TRB_IOC ? 'I' : 'i', in xhci_decode_trb() 2370 field3 & TRB_IOC ? 'I' : 'i', in xhci_decode_trb()
|
D | xhci-ring.c | 3636 field |= TRB_IOC; in xhci_queue_bulk_tx() 3690 field = TRB_TYPE(TRB_NORMAL) | ring->cycle_state | TRB_IOC; in xhci_queue_bulk_tx() 3829 field | TRB_IOC | TRB_TYPE(TRB_STATUS) | ep_ring->cycle_state); in xhci_queue_ctrl_tx() 4105 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.6/drivers/usb/early/ |
D | xhci-dbc.c | 490 control = TRB_TYPE(TRB_NORMAL) | TRB_IOC; in xdbc_bulk_transfer()
|