Searched refs:ep_ctx (Results 1 – 1 of 1) sorted by relevance
940 struct xhci_ep_context_t ep_ctx = {0}; in xhci_initialize_ep() local941 memset(&ep_ctx, 0, sizeof(struct xhci_ep_context_t)); in xhci_initialize_ep()945 ep_ctx.tr_dequeue_ptr = virt_2_phys(xhci_hc[id].ports[port_id].ep_info[ep_num].ep_ring_vbase); in xhci_initialize_ep()946 xhci_ep_set_dequeue_cycle_state(&ep_ctx, XHCI_TRB_CYCLE_ON); in xhci_initialize_ep()950 …d].ports[port_id].ep_info[ep_num].current_ep_ring_cycle = xhci_ep_get_dequeue_cycle_state(&ep_ctx); in xhci_initialize_ep()959 ep_ctx.max_packet_size = max_packet; in xhci_initialize_ep()960 ep_ctx.linear_stream_array = 0; in xhci_initialize_ep()961 ep_ctx.max_primary_streams = 0; in xhci_initialize_ep()962 ep_ctx.mult = 0; in xhci_initialize_ep()963 ep_ctx.ep_state = XHCI_EP_STATE_DISABLED; in xhci_initialize_ep()[all …]