Home
last modified time | relevance | path

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

/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.c766 ep0_ctx->ep_info2 = cpu_to_le32(EP_TYPE(CTRL_EP)); in cdnsp_setup_addressable_priv_dev()
767 ep0_ctx->ep_info2 |= cpu_to_le32(MAX_BURST(0) | ERROR_COUNT(3) | in cdnsp_setup_addressable_priv_dev()
999 ep_ctx->ep_info2 = cpu_to_le32(EP_TYPE(endpoint_type) | in cdnsp_endpoint_init()
1021 pep->in_ctx->ep_info2 = 0; in cdnsp_endpoint_zero()
H A Dcdnsp-gadget.c494 ep_ctx->ep_info2 = 0; in cdnsp_zero_in_ctx()
/linux/drivers/usb/host/
H A Dxhci-mtk-sch.c303 ep_type = CTX_TO_EP_TYPE(le32_to_cpu(ep_ctx->ep_info2)); in setup_sch_info()
304 maxpkt = MAX_PACKET_DECODED(le32_to_cpu(ep_ctx->ep_info2)); in setup_sch_info()
305 max_burst = CTX_TO_MAX_BURST(le32_to_cpu(ep_ctx->ep_info2)); in setup_sch_info()
H A Dxhci-dbgcap.c73 ep_ctx->ep_info2 = dbc_epctx_info2(BULK_OUT_EP, 1024, max_burst); in xhci_dbc_init_ep_contexts()
80 ep_ctx->ep_info2 = dbc_epctx_info2(BULK_IN_EP, 1024, max_burst); in xhci_dbc_init_ep_contexts()
H A Dxhci-trace.h349 __entry->info2 = le32_to_cpu(ctx->ep_info2);