Lines Matching refs:esit
155 u32 esit; in get_esit() local
157 esit = 1 << CTX_TO_EP_INTERVAL(le32_to_cpu(ep_ctx->ep_info)); in get_esit()
158 if (esit > XHCI_MTK_MAX_ESIT) in get_esit()
159 esit = XHCI_MTK_MAX_ESIT; in get_esit()
161 return esit; in get_esit()
313 sch_ep->esit = get_esit(ep_ctx); in setup_sch_info()
314 sch_ep->num_esit = XHCI_MTK_MAX_ESIT / sch_ep->esit; in setup_sch_info()
359 if (sch_ep->esit == 1) in setup_sch_info()
361 else if (esit_pkts <= sch_ep->esit) in setup_sch_info()
365 / sch_ep->esit; in setup_sch_info()
429 u32 base = offset + i * sch_ep->esit; in get_max_bw()
465 base = sch_ep->offset + i * sch_ep->esit; in update_bus_bw()
562 base = offset + i * sch_ep->esit; in check_fs_bus_bw()
645 base = offset + i * sch_ep->esit; in check_isoc_ss_overlap()
691 frames = sch_ep->esit / UFRAMES_PER_FRAME; in alloc_sch_portion_of_frame()
698 offset = (i + j * UFRAMES_PER_FRAME) % sch_ep->esit; in alloc_sch_portion_of_frame()
748 base = sch_ep->offset + i * sch_ep->esit; in update_sch_tt()
810 for (offset = 0; offset < sch_ep->esit; offset++) { in alloc_sch_microframes()