Lines Matching defs:esit
147 u32 esit;
149 esit = 1 << CTX_TO_EP_INTERVAL(le32_to_cpu(ep_ctx->ep_info));
150 if (esit > XHCI_MTK_MAX_ESIT)
151 esit = XHCI_MTK_MAX_ESIT;
153 return esit;
292 sch_ep->esit = get_esit(ep_ctx);
293 sch_ep->num_esit = XHCI_MTK_MAX_ESIT / sch_ep->esit;
337 if (sch_ep->esit == 1)
339 else if (esit_pkts <= sch_ep->esit)
343 / sch_ep->esit;
373 u32 base = offset + i * sch_ep->esit;
395 base = sch_ep->offset + i * sch_ep->esit;
409 base = offset + i * sch_ep->esit;
472 * than sch_ep->esit, will overstep boundary
474 if (sch_ep->num_budget_microframes > sch_ep->esit)
475 sch_ep->num_budget_microframes = sch_ep->esit;
491 base = sch_ep->offset + i * sch_ep->esit;
530 for (offset = 0; offset < sch_ep->esit; offset++) {