Lines Matching refs:esit
148 u32 esit; in get_esit() local
150 esit = 1 << CTX_TO_EP_INTERVAL(le32_to_cpu(ep_ctx->ep_info)); in get_esit()
151 if (esit > XHCI_MTK_MAX_ESIT) in get_esit()
152 esit = XHCI_MTK_MAX_ESIT; in get_esit()
154 return esit; in get_esit()
299 sch_ep->esit = get_esit(ep_ctx); in setup_sch_info()
345 if (sch_ep->esit == 1) in setup_sch_info()
347 else if (esit_pkts <= sch_ep->esit) in setup_sch_info()
351 / sch_ep->esit; in setup_sch_info()
410 num_esit = XHCI_MTK_MAX_ESIT / sch_ep->esit; in get_max_bw()
412 u32 base = offset + i * sch_ep->esit; in get_max_bw()
432 num_esit = XHCI_MTK_MAX_ESIT / sch_ep->esit; in update_bus_bw()
434 base = sch_ep->offset + i * sch_ep->esit; in update_bus_bw()
454 num_esit = XHCI_MTK_MAX_ESIT / sch_ep->esit; in check_fs_bus_bw()
460 base = offset + i * sch_ep->esit; in check_fs_bus_bw()
524 if (sch_ep->num_budget_microframes > sch_ep->esit) in check_sch_tt()
525 sch_ep->num_budget_microframes = sch_ep->esit; in check_sch_tt()
540 num_esit = XHCI_MTK_MAX_ESIT / sch_ep->esit; in update_sch_tt()
551 base = offset + i * sch_ep->esit; in update_sch_tt()
578 u32 boundary = sch_ep->esit; in get_esit_boundary()
615 for (offset = 0; offset < sch_ep->esit; offset++) { in check_sch_bw()