Searched refs:esit (Results 1 – 5 of 5) sorted by relevance
152 u32 esit; in get_esit() local154 esit = 1 << CTX_TO_EP_INTERVAL(le32_to_cpu(ep_ctx->ep_info)); in get_esit()155 if (esit > XHCI_MTK_MAX_ESIT) in get_esit()156 esit = XHCI_MTK_MAX_ESIT; in get_esit()158 return esit; in get_esit()311 sch_ep->esit = get_esit(ep_ctx); in setup_sch_info()312 sch_ep->num_esit = XHCI_MTK_MAX_ESIT / sch_ep->esit; in setup_sch_info()358 if (sch_ep->esit == 1) in setup_sch_info()360 else if (esit_pkts <= sch_ep->esit) in setup_sch_info()364 / sch_ep->esit; in setup_sch_info()[all …]
87 u32 esit; member
2761 u32 esit; in xhci_decode_ep_context() local2776 esit = CTX_TO_MAX_ESIT_PAYLOAD_HI(info) << 16 | in xhci_decode_ep_context()2798 (1 << interval) * 125, esit, cerr); in xhci_decode_ep_context()
548 u32 esit; in cdnsp_decode_ep_context() local551 esit = CTX_TO_MAX_ESIT_PAYLOAD_HI(info) << 16 | in cdnsp_decode_ep_context()574 (1 << interval) * 125, esit, cerr); in cdnsp_decode_ep_context()
1612 u16 maxpacket, maxburst = 0, esit = 0; in tegra_xudc_ep_context_setup() local1621 esit = le16_to_cpu(comp_desc->wBytesPerInterval); in tegra_xudc_ep_context_setup()1633 esit = maxpacket * (maxburst + 1); in tegra_xudc_ep_context_setup()1683 ep_ctx_write_max_esit_payload(ep->context, esit); in tegra_xudc_ep_context_setup()