Home
last modified time | relevance | path

Searched refs:TRB_LINK (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/usb/cdns3/
A Dcdnsp-debug.h92 case TRB_LINK: in cdnsp_trb_type_string()
191 case TRB_LINK: in cdnsp_decode_trb()
A Dcdnsp-gadget.h1080 #define TRB_LINK 6 macro
1134 #define TRB_TYPE_LINK(x) (((x) & TRB_TYPE_BITMASK) == TRB_TYPE(TRB_LINK))
1136 cpu_to_le32(TRB_TYPE(TRB_LINK)))
A Dcdns3-gadget.c250 link_trb->control = cpu_to_le32(TRB_CYCLE | TRB_TYPE(TRB_LINK) | TRB_TOGGLE); in cdns3_allocate_trb_pool()
1184 TRB_TYPE(TRB_LINK) | TRB_TOGGLE | ch_bit); in cdns3_ep_run_transfer()
1508 while (TRB_FIELD_TO_TYPE(le32_to_cpu(trb->control)) == TRB_LINK) { in cdns3_transfer_completed()
2642 TRB_TYPE(TRB_LINK) | TRB_CHAIN); in cdns3_gadget_ep_dequeue()
A Dcdns3-gadget.h1026 #define TRB_LINK 6 macro
A Dcdnsp-mem.c127 val |= TRB_TYPE(TRB_LINK); in cdnsp_link_segments()
/linux/drivers/usb/host/
A Dxhci.h1371 #define TRB_LINK 6 macro
1444 case TRB_LINK: in xhci_trb_type_string()
1505 #define TRB_TYPE_LINK(x) (((x) & TRB_TYPE_BITMASK) == TRB_TYPE(TRB_LINK))
1508 cpu_to_le32(TRB_TYPE(TRB_LINK)))
2248 case TRB_LINK: in xhci_decode_trb()
A Dxhci-dbgcap.c455 trb->link.control = cpu_to_le32(LINK_TOGGLE | TRB_TYPE(TRB_LINK)); in xhci_dbc_ring_alloc()
A Dxhci-mem.c115 val |= TRB_TYPE(TRB_LINK); in xhci_link_segments()
/linux/drivers/usb/early/
A Dxhci-dbc.c214 link_trb->field[3] = cpu_to_le32(TRB_TYPE(TRB_LINK)) | cpu_to_le32(LINK_TOGGLE); in xdbc_reset_ring()

Completed in 35 milliseconds