Home
last modified time | relevance | path

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

/drivers/usb/host/
A Dxhci-mem.c1189 ep0_ctx->ep_info2 = cpu_to_le32(EP_TYPE(CTRL_EP)); in xhci_setup_addressable_virt_dev()
1192 ep0_ctx->ep_info2 |= cpu_to_le32(MAX_BURST(0) | ERROR_COUNT(3) | in xhci_setup_addressable_virt_dev()
1504 ep_ctx->ep_info2 = cpu_to_le32(EP_TYPE(endpoint_type) | in xhci_endpoint_init()
1528 ep_ctx->ep_info2 = 0; in xhci_endpoint_zero()
1572 ep_type = CTX_TO_EP_TYPE(le32_to_cpu(ep_ctx->ep_info2)); in xhci_update_bw_info()
1590 le32_to_cpu(ep_ctx->ep_info2)) + 1; in xhci_update_bw_info()
1592 le32_to_cpu(ep_ctx->ep_info2)); in xhci_update_bw_info()
1616 in_ep_ctx->ep_info2 = out_ep_ctx->ep_info2; in xhci_endpoint_copy()
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()
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()
A Dxhci-trace.h359 __entry->info2 = le32_to_cpu(ctx->ep_info2);
A Dxhci-debugfs.c285 le32_to_cpu(ep_ctx->ep_info2), in xhci_endpoint_context_show()
A Dxhci.c1550 hw_max_packet_size = MAX_PACKET_DECODED(le32_to_cpu(ep_ctx->ep_info2)); in xhci_check_ep0_maxpacket()
1586 ep_ctx->ep_info2 &= cpu_to_le32(~MAX_PACKET_MASK); in xhci_check_ep0_maxpacket()
1587 ep_ctx->ep_info2 |= cpu_to_le32(MAX_PACKET(max_packet_size)); in xhci_check_ep0_maxpacket()
2105 ep_ctx->ep_info2 = 0; in xhci_zero_in_ctx()
A Dxhci.h429 __le32 ep_info2; member
/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()
/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.h648 __le32 ep_info2; member
A Dcdnsp-trace.h548 __entry->info2 = le32_to_cpu(ctx->ep_info2);
A Dcdnsp-gadget.c486 ep_ctx->ep_info2 = 0; in cdnsp_zero_in_ctx()

Completed in 47 milliseconds