Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-mem.c1166 ep0_ctx->ep_info2 = cpu_to_le32(EP_TYPE(CTRL_EP)); in xhci_setup_addressable_virt_dev()
1169 ep0_ctx->ep_info2 |= cpu_to_le32(MAX_BURST(0) | ERROR_COUNT(3) | in xhci_setup_addressable_virt_dev()
1475 ep_ctx->ep_info2 = cpu_to_le32(EP_TYPE(endpoint_type) | in xhci_endpoint_init()
1499 ep_ctx->ep_info2 = 0; in xhci_endpoint_zero()
1543 ep_type = CTX_TO_EP_TYPE(le32_to_cpu(ep_ctx->ep_info2)); in xhci_update_bw_info()
1561 le32_to_cpu(ep_ctx->ep_info2)) + 1; in xhci_update_bw_info()
1563 le32_to_cpu(ep_ctx->ep_info2)); in xhci_update_bw_info()
1587 in_ep_ctx->ep_info2 = out_ep_ctx->ep_info2; in xhci_endpoint_copy()
H A Dxhci-mtk-sch.c304 ep_type = CTX_TO_EP_TYPE(le32_to_cpu(ep_ctx->ep_info2)); in setup_sch_info()
305 maxpkt = MAX_PACKET_DECODED(le32_to_cpu(ep_ctx->ep_info2)); in setup_sch_info()
306 max_burst = CTX_TO_MAX_BURST(le32_to_cpu(ep_ctx->ep_info2)); in setup_sch_info()
H A Dxhci-dbgcap.c129 ep_ctx->ep_info2 = dbc_epctx_info2(BULK_OUT_EP, 1024, max_burst); in xhci_dbc_init_contexts()
136 ep_ctx->ep_info2 = dbc_epctx_info2(BULK_IN_EP, 1024, max_burst); in xhci_dbc_init_contexts()
H A Dxhci-debugfs.c297 le32_to_cpu(ep_ctx->ep_info2), in xhci_endpoint_context_show()
H A Dxhci-trace.h324 __entry->info2 = le32_to_cpu(ctx->ep_info2);
H A Dxhci.c1480 hw_max_packet_size = MAX_PACKET_DECODED(le32_to_cpu(ep_ctx->ep_info2)); in xhci_check_ep0_maxpacket()
1516 ep_ctx->ep_info2 &= cpu_to_le32(~MAX_PACKET_MASK); in xhci_check_ep0_maxpacket()
1517 ep_ctx->ep_info2 |= cpu_to_le32(MAX_PACKET(max_packet_size)); in xhci_check_ep0_maxpacket()
2023 ep_ctx->ep_info2 = 0; in xhci_zero_in_ctx()
H A Dxhci.h429 __le32 ep_info2; member
/linux/drivers/usb/early/
H A Dxhci-dbc.h76 __le32 ep_info2; member
H 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/drivers/usb/cdns3/
H 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()
H A Dcdnsp-gadget.h641 __le32 ep_info2; member
H A Dcdnsp-trace.h548 __entry->info2 = le32_to_cpu(ctx->ep_info2);
H A Dcdnsp-gadget.c464 ep_ctx->ep_info2 = 0; in cdnsp_zero_in_ctx()