esit 75 drivers/usb/host/xhci-mtk-sch.c u32 esit; esit 77 drivers/usb/host/xhci-mtk-sch.c esit = 1 << CTX_TO_EP_INTERVAL(le32_to_cpu(ep_ctx->ep_info)); esit 78 drivers/usb/host/xhci-mtk-sch.c if (esit > XHCI_MTK_MAX_ESIT) esit 79 drivers/usb/host/xhci-mtk-sch.c esit = XHCI_MTK_MAX_ESIT; esit 81 drivers/usb/host/xhci-mtk-sch.c return esit; esit 228 drivers/usb/host/xhci-mtk-sch.c sch_ep->esit = get_esit(ep_ctx); esit 275 drivers/usb/host/xhci-mtk-sch.c if (sch_ep->esit == 1) esit 277 drivers/usb/host/xhci-mtk-sch.c else if (esit_pkts <= sch_ep->esit) esit 281 drivers/usb/host/xhci-mtk-sch.c / sch_ep->esit; esit 342 drivers/usb/host/xhci-mtk-sch.c num_esit = XHCI_MTK_MAX_ESIT / sch_ep->esit; esit 344 drivers/usb/host/xhci-mtk-sch.c u32 base = offset + i * sch_ep->esit; esit 364 drivers/usb/host/xhci-mtk-sch.c num_esit = XHCI_MTK_MAX_ESIT / sch_ep->esit; esit 366 drivers/usb/host/xhci-mtk-sch.c base = sch_ep->offset + i * sch_ep->esit; esit 444 drivers/usb/host/xhci-mtk-sch.c if (sch_ep->num_budget_microframes > sch_ep->esit) esit 445 drivers/usb/host/xhci-mtk-sch.c sch_ep->num_budget_microframes = sch_ep->esit; esit 458 drivers/usb/host/xhci-mtk-sch.c num_esit = XHCI_MTK_MAX_ESIT / sch_ep->esit; esit 460 drivers/usb/host/xhci-mtk-sch.c base = sch_ep->offset + i * sch_ep->esit; esit 472 drivers/usb/host/xhci-mtk-sch.c u32 esit; esit 482 drivers/usb/host/xhci-mtk-sch.c esit = sch_ep->esit; esit 492 drivers/usb/host/xhci-mtk-sch.c for (offset = 0; offset < esit; offset++) { esit 501 drivers/usb/host/xhci-mtk-sch.c if ((offset + sch_ep->num_budget_microframes) > sch_ep->esit) esit 80 drivers/usb/host/xhci-mtk.h u32 esit; esit 2640 drivers/usb/host/xhci.h u32 esit; esit 2655 drivers/usb/host/xhci.h esit = CTX_TO_MAX_ESIT_PAYLOAD_HI(info) << 16 | esit 2677 drivers/usb/host/xhci.h (1 << interval) * 125, esit, cerr);