Home
last modified time | relevance | path

Searched refs:ep_info2 (Results 1 – 13 of 13) sorted by relevance

/linux-6.3-rc2/drivers/usb/early/
A Dxhci-dbc.h76 __le32 ep_info2; member
A Dxhci-dbc.c325 ep_out->ep_info2 = cpu_to_le32(EP_TYPE(BULK_OUT_EP) | MAX_PACKET(1024) | MAX_BURST(max_burst)); in xdbc_mem_init()
332 ep_in->ep_info2 = cpu_to_le32(EP_TYPE(BULK_IN_EP) | MAX_PACKET(1024) | MAX_BURST(max_burst)); in xdbc_mem_init()
/linux-6.3-rc2/drivers/usb/host/
A Dxhci-mtk-sch.c283 ep_type = CTX_TO_EP_TYPE(le32_to_cpu(ep_ctx->ep_info2)); in setup_sch_info()
284 maxpkt = MAX_PACKET_DECODED(le32_to_cpu(ep_ctx->ep_info2)); in setup_sch_info()
285 max_burst = CTX_TO_MAX_BURST(le32_to_cpu(ep_ctx->ep_info2)); in setup_sch_info()
A Dxhci-mem.c1194 ep0_ctx->ep_info2 = cpu_to_le32(EP_TYPE(CTRL_EP)); in xhci_setup_addressable_virt_dev()
1197 ep0_ctx->ep_info2 |= cpu_to_le32(MAX_BURST(0) | ERROR_COUNT(3) | in xhci_setup_addressable_virt_dev()
1502 ep_ctx->ep_info2 = cpu_to_le32(EP_TYPE(endpoint_type) | in xhci_endpoint_init()
1526 ep_ctx->ep_info2 = 0; in xhci_endpoint_zero()
1570 ep_type = CTX_TO_EP_TYPE(le32_to_cpu(ep_ctx->ep_info2)); in xhci_update_bw_info()
1588 le32_to_cpu(ep_ctx->ep_info2)) + 1; in xhci_update_bw_info()
1590 le32_to_cpu(ep_ctx->ep_info2)); in xhci_update_bw_info()
1614 in_ep_ctx->ep_info2 = out_ep_ctx->ep_info2; in xhci_endpoint_copy()
A Dxhci-dbgcap.c114 ep_ctx->ep_info2 = dbc_epctx_info2(BULK_OUT_EP, 1024, max_burst); in xhci_dbc_init_contexts()
121 ep_ctx->ep_info2 = dbc_epctx_info2(BULK_IN_EP, 1024, max_burst); in xhci_dbc_init_contexts()
A Dxhci-debugfs.c296 le32_to_cpu(ep_ctx->ep_info2), in xhci_endpoint_context_show()
A Dxhci-trace.h329 __entry->info2 = le32_to_cpu(ctx->ep_info2);
A Dxhci.c1614 hw_max_packet_size = MAX_PACKET_DECODED(le32_to_cpu(ep_ctx->ep_info2)); in xhci_check_maxpacket()
1651 ep_ctx->ep_info2 &= cpu_to_le32(~MAX_PACKET_MASK); in xhci_check_maxpacket()
1652 ep_ctx->ep_info2 |= cpu_to_le32(MAX_PACKET(max_packet_size)); in xhci_check_maxpacket()
2164 ep_ctx->ep_info2 = 0; in xhci_zero_in_ctx()
A Dxhci.h711 __le32 ep_info2; member
/linux-6.3-rc2/drivers/usb/cdns3/
A Dcdnsp-mem.c765 ep0_ctx->ep_info2 = cpu_to_le32(EP_TYPE(CTRL_EP)); in cdnsp_setup_addressable_priv_dev()
766 ep0_ctx->ep_info2 |= cpu_to_le32(MAX_BURST(0) | ERROR_COUNT(3) | in cdnsp_setup_addressable_priv_dev()
998 ep_ctx->ep_info2 = cpu_to_le32(EP_TYPE(endpoint_type) | in cdnsp_endpoint_init()
1020 pep->in_ctx->ep_info2 = 0; in cdnsp_endpoint_zero()
A Dcdnsp-gadget.h641 __le32 ep_info2; member
A Dcdnsp-trace.h551 __entry->info2 = le32_to_cpu(ctx->ep_info2);
A Dcdnsp-gadget.c464 ep_ctx->ep_info2 = 0; in cdnsp_zero_in_ctx()

Completed in 49 milliseconds