Lines Matching defs:esit
100 u32 esit;
102 esit = 1 << CTX_TO_EP_INTERVAL(le32_to_cpu(ep_ctx->ep_info));
103 if (esit > XHCI_MTK_MAX_ESIT)
104 esit = XHCI_MTK_MAX_ESIT;
106 return esit;
255 sch_ep->esit = get_esit(ep_ctx);
302 if (sch_ep->esit == 1)
304 else if (esit_pkts <= sch_ep->esit)
308 / sch_ep->esit;
369 num_esit = XHCI_MTK_MAX_ESIT / sch_ep->esit;
371 u32 base = offset + i * sch_ep->esit;
391 num_esit = XHCI_MTK_MAX_ESIT / sch_ep->esit;
393 base = sch_ep->offset + i * sch_ep->esit;
413 num_esit = XHCI_MTK_MAX_ESIT / sch_ep->esit;
419 base = offset + i * sch_ep->esit;
482 * than sch_ep->esit, will overstep boundary
484 if (sch_ep->num_budget_microframes > sch_ep->esit)
485 sch_ep->num_budget_microframes = sch_ep->esit;
501 num_esit = XHCI_MTK_MAX_ESIT / sch_ep->esit;
512 base = offset + i * sch_ep->esit;
539 u32 boundary = sch_ep->esit;
543 * tune for CS, normally esit >= 8 for FS/LS,
576 for (offset = 0; offset < sch_ep->esit; offset++) {