Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-debug.h154 case TRB_LINK: in cdns2_trb_type_string()
168 case TRB_LINK: in cdns2_decode_trb()
H A Dcdns2-gadget.c144 link_trb->control = cpu_to_le32(TRB_CYCLE | TRB_TYPE(TRB_LINK) | in cdns2_alloc_tr_segment()
358 TRB_TYPE(TRB_LINK) | TRB_TOGGLE | ch_bit); in cdns2_prepare_ring()
644 control = ring->pcs | TRB_TYPE(TRB_LINK) | TRB_CHAIN in cdns2_ep_tx_bulk()
749 TRB_TYPE(TRB_LINK) | TRB_CHAIN); in cdns2_prepare_first_isoc_transfer()
987 while (TRB_FIELD_TO_TYPE(le32_to_cpu(trb->control)) == TRB_LINK && in cdns2_transfer_completed()
1802 TRB_TYPE(TRB_LINK)); in cdns2_gadget_ep_dequeue()
H A Dcdns2-gadget.h466 #define TRB_LINK 6 macro
/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h92 case TRB_LINK: in cdnsp_trb_type_string()
189 case TRB_LINK: in cdnsp_decode_trb()
H A Dcdnsp-gadget.h1096 #define TRB_LINK 6 macro
1148 #define TRB_TYPE_LINK(x) (((x) & TRB_TYPE_BITMASK) == TRB_TYPE(TRB_LINK))
1150 cpu_to_le32(TRB_TYPE(TRB_LINK)))
H A 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()
2744 TRB_TYPE(TRB_LINK) | TRB_CHAIN); in cdns3_gadget_ep_dequeue()
H A Dcdns3-gadget.h1029 #define TRB_LINK 6 macro
H A Dcdnsp-mem.c127 val |= TRB_TYPE(TRB_LINK); in cdnsp_link_segments()
/linux/drivers/usb/host/
H A Dxhci.h1110 #define TRB_LINK 6 macro
1183 case TRB_LINK: in xhci_trb_type_string()
1244 #define TRB_TYPE_LINK(x) (((x) & TRB_TYPE_BITMASK) == TRB_TYPE(TRB_LINK))
1247 cpu_to_le32(TRB_TYPE(TRB_LINK)))
2049 case TRB_LINK: in xhci_decode_trb()
H A Dxhci-dbgcap.c475 trb->link.control = cpu_to_le32(LINK_TOGGLE | TRB_TYPE(TRB_LINK)); in xhci_dbc_ring_init()
H A Dxhci-mem.c109 val |= TRB_TYPE(TRB_LINK); in xhci_set_link_trb()
/linux/drivers/usb/early/
H A Dxhci-dbc.c214 link_trb->field[3] = cpu_to_le32(TRB_TYPE(TRB_LINK)) | cpu_to_le32(LINK_TOGGLE); in xdbc_reset_ring()