Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci-mtk-sch.c77 ep_type = CTX_TO_EP_TYPE(le32_to_cpu(ep_ctx->ep_info2)); in setup_sch_info()
79 max_packet_size = MAX_PACKET_DECODED(le32_to_cpu(ep_ctx->ep_info2)); in setup_sch_info()
80 max_burst = CTX_TO_MAX_BURST(le32_to_cpu(ep_ctx->ep_info2)); in setup_sch_info()
Dxhci-mem.c1199 ep0_ctx->ep_info2 = cpu_to_le32(EP_TYPE(CTRL_EP)); in xhci_setup_addressable_virt_dev()
1202 ep0_ctx->ep_info2 |= cpu_to_le32(MAX_BURST(0) | ERROR_COUNT(3) | in xhci_setup_addressable_virt_dev()
1501 ep_ctx->ep_info2 = cpu_to_le32(EP_TYPE(endpoint_type) | in xhci_endpoint_init()
1525 ep_ctx->ep_info2 = 0; in xhci_endpoint_zero()
1569 ep_type = CTX_TO_EP_TYPE(le32_to_cpu(ep_ctx->ep_info2)); in xhci_update_bw_info()
1587 le32_to_cpu(ep_ctx->ep_info2)) + 1; in xhci_update_bw_info()
1589 le32_to_cpu(ep_ctx->ep_info2)); in xhci_update_bw_info()
1613 in_ep_ctx->ep_info2 = out_ep_ctx->ep_info2; in xhci_endpoint_copy()
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()
Dxhci-debugfs.c290 ep_ctx->ep_info2, in xhci_endpoint_context_show()
Dxhci-trace.h340 __entry->info2 = le32_to_cpu(ctx->ep_info2);
Dxhci.c1347 hw_max_packet_size = MAX_PACKET_DECODED(le32_to_cpu(ep_ctx->ep_info2)); in xhci_check_maxpacket()
1383 ep_ctx->ep_info2 &= cpu_to_le32(~MAX_PACKET_MASK); in xhci_check_maxpacket()
1384 ep_ctx->ep_info2 |= cpu_to_le32(MAX_PACKET(max_packet_size)); in xhci_check_maxpacket()
1898 ep_ctx->ep_info2 = 0; in xhci_zero_in_ctx()
Dxhci.h694 __le32 ep_info2; member
/Linux-v4.19/drivers/usb/early/
Dxhci-dbc.h76 __le32 ep_info2; member
Dxhci-dbc.c324 ep_out->ep_info2 = cpu_to_le32(EP_TYPE(BULK_OUT_EP) | MAX_PACKET(1024) | MAX_BURST(max_burst)); in xdbc_mem_init()
331 ep_in->ep_info2 = cpu_to_le32(EP_TYPE(BULK_IN_EP) | MAX_PACKET(1024) | MAX_BURST(max_burst)); in xdbc_mem_init()