Searched refs:TRB_IOC (Results 1 – 17 of 17) sorted by relevance
/openbmc/linux/drivers/usb/cdns3/ |
H A 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()
|
H A D | cdnsp-ring.c | 1978 field |= TRB_IOC; in cdnsp_queue_bulk_tx() 2022 field = TRB_TYPE(TRB_TR_NOOP) | TRB_IOC; in cdnsp_queue_bulk_tx() 2077 field |= TRB_IOC | (pdev->ep0_expect_in ? 0 : TRB_ISP); in cdnsp_queue_ctrl_tx() 2093 field = TRB_TYPE(TRB_NORMAL) | TRB_IOC; in cdnsp_queue_ctrl_tx() 2129 field | TRB_IOC | TRB_SETUPID(pdev->setup_id) | in cdnsp_queue_ctrl_tx() 2332 field |= TRB_IOC; in cdnsp_queue_isoc_tx()
|
H A 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()
|
H A D | cdns3-trace.h | 416 __entry->control & TRB_IOC ? "IOC, " : "",
|
H A D | cdns3-gadget.h | 1060 #define TRB_IOC BIT(5) macro
|
H A D | cdns3-gadget.c | 1291 control |= TRB_IOC | TRB_ISP; in cdns3_ep_run_transfer() 1295 control |= pcs | TRB_IOC | TRB_ISP; in cdns3_ep_run_transfer() 1326 trb->control |= cpu_to_le32(TRB_IOC | TRB_ISP); in cdns3_ep_run_transfer()
|
H A D | cdnsp-gadget.h | 1027 #define TRB_IOC BIT(5) macro
|
/openbmc/linux/drivers/usb/gadget/udc/cdns2/ |
H A D | cdns2-debug.h | 176 flags & TRB_IOC ? 'I' : 'i'); in cdns2_decode_trb() 189 flags & TRB_IOC ? 'I' : 'i'); in cdns2_decode_trb()
|
H A 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()
|
H A D | cdns2-gadget.h | 479 #define TRB_IOC BIT(5) macro
|
H A 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()
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci.h | 1073 #define TRB_IOC (1<<5) macro 2045 field3 & TRB_IOC ? 'I' : 'i', in xhci_decode_trb() 2085 field3 & TRB_IOC ? 'I' : 'i', in xhci_decode_trb() 2095 field3 & TRB_IOC ? 'I' : 'i', in xhci_decode_trb() 2108 field3 & TRB_IOC ? 'I' : 'i', in xhci_decode_trb() 2124 field3 & TRB_IOC ? 'I' : 'i', in xhci_decode_trb()
|
H A D | xhci-ring.c | 3738 field |= TRB_IOC; in xhci_queue_bulk_tx() 3792 field = TRB_TYPE(TRB_NORMAL) | ring->cycle_state | TRB_IOC; in xhci_queue_bulk_tx() 3931 field | TRB_IOC | TRB_TYPE(TRB_STATUS) | ep_ring->cycle_state); in xhci_queue_ctrl_tx() 4207 field |= TRB_IOC; in xhci_queue_isoc_tx()
|
H A D | xhci-dbgcap.c | 264 control = TRB_TYPE(TRB_NORMAL) | TRB_IOC; in xhci_dbc_queue_bulk_tx()
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | xhci-ring.c | 675 field |= TRB_IOC; in xhci_bulk_tx() 903 trb_fields[3] = field | TRB_IOC | in xhci_ctrl_tx()
|
H A D | xhci.h | 871 #define TRB_IOC (1<<5) macro
|
/openbmc/linux/drivers/usb/early/ |
H A D | xhci-dbc.c | 490 control = TRB_TYPE(TRB_NORMAL) | TRB_IOC; in xdbc_bulk_transfer()
|