ep0_ctx          1045 drivers/usb/host/xhci-mem.c 	struct xhci_ep_ctx	*ep0_ctx;
ep0_ctx          1049 drivers/usb/host/xhci-mem.c 	ep0_ctx = xhci_get_ep_ctx(xhci, virt_dev->in_ctx, 0);
ep0_ctx          1058 drivers/usb/host/xhci-mem.c 	ep0_ctx->deq = cpu_to_le64(xhci_trb_virt_to_dma(ep_ring->enq_seg,
ep0_ctx          1095 drivers/usb/host/xhci-mem.c 	struct xhci_ep_ctx	*ep0_ctx;
ep0_ctx          1108 drivers/usb/host/xhci-mem.c 	ep0_ctx = xhci_get_ep_ctx(xhci, dev->in_ctx, 0);
ep0_ctx          1199 drivers/usb/host/xhci-mem.c 	ep0_ctx->ep_info2 = cpu_to_le32(EP_TYPE(CTRL_EP));
ep0_ctx          1202 drivers/usb/host/xhci-mem.c 	ep0_ctx->ep_info2 |= cpu_to_le32(MAX_BURST(0) | ERROR_COUNT(3) |
ep0_ctx          1205 drivers/usb/host/xhci-mem.c 	ep0_ctx->deq = cpu_to_le64(dev->eps[0].ring->first_seg->dma |