Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/gadget/udc/cdns2/
Dcdns2-debug.h154 case TRB_LINK: in cdns2_trb_type_string()
168 case TRB_LINK: in cdns2_decode_trb()
Dcdns2-gadget.c143 link_trb->control = cpu_to_le32(TRB_CYCLE | TRB_TYPE(TRB_LINK) | in cdns2_alloc_tr_segment()
357 TRB_TYPE(TRB_LINK) | TRB_TOGGLE | ch_bit); in cdns2_prepare_ring()
643 control = ring->pcs | TRB_TYPE(TRB_LINK) | TRB_CHAIN in cdns2_ep_tx_bulk()
748 TRB_TYPE(TRB_LINK) | TRB_CHAIN); in cdns2_prepare_first_isoc_transfer()
986 while (TRB_FIELD_TO_TYPE(le32_to_cpu(trb->control)) == TRB_LINK && in cdns2_transfer_completed()
1801 TRB_TYPE(TRB_LINK)); in cdns2_gadget_ep_dequeue()
Dcdns2-gadget.h466 #define TRB_LINK 6 macro
/linux-6.12.1/drivers/usb/cdns3/
Dcdnsp-debug.h92 case TRB_LINK: in cdnsp_trb_type_string()
189 case TRB_LINK: in cdnsp_decode_trb()
Dcdnsp-gadget.h1083 #define TRB_LINK 6 macro
1135 #define TRB_TYPE_LINK(x) (((x) & TRB_TYPE_BITMASK) == TRB_TYPE(TRB_LINK))
1137 cpu_to_le32(TRB_TYPE(TRB_LINK)))
Dcdns3-gadget.c251 link_trb->control = cpu_to_le32(TRB_CYCLE | TRB_TYPE(TRB_LINK) | TRB_TOGGLE); in cdns3_allocate_trb_pool()
1191 TRB_TYPE(TRB_LINK) | TRB_TOGGLE | ch_bit); in cdns3_ep_run_transfer()
1564 while (TRB_FIELD_TO_TYPE(le32_to_cpu(trb->control)) == TRB_LINK) { in cdns3_transfer_completed()
2739 TRB_TYPE(TRB_LINK) | TRB_CHAIN); in cdns3_gadget_ep_dequeue()
Dcdns3-gadget.h1029 #define TRB_LINK 6 macro
Dcdnsp-mem.c127 val |= TRB_TYPE(TRB_LINK); in cdnsp_link_segments()
/linux-6.12.1/drivers/usb/host/
Dxhci.h1094 #define TRB_LINK 6 macro
1167 case TRB_LINK: in xhci_trb_type_string()
1228 #define TRB_TYPE_LINK(x) (((x) & TRB_TYPE_BITMASK) == TRB_TYPE(TRB_LINK))
1231 cpu_to_le32(TRB_TYPE(TRB_LINK)))
2000 case TRB_LINK: in xhci_decode_trb()
Dxhci-dbgcap.c471 trb->link.control = cpu_to_le32(LINK_TOGGLE | TRB_TYPE(TRB_LINK)); in xhci_dbc_ring_alloc()
Dxhci-mem.c118 val |= TRB_TYPE(TRB_LINK); in xhci_link_segments()
/linux-6.12.1/drivers/usb/early/
Dxhci-dbc.c214 link_trb->field[3] = cpu_to_le32(TRB_TYPE(TRB_LINK)) | cpu_to_le32(LINK_TOGGLE); in xdbc_reset_ring()