Home
last modified time | relevance | path

Searched refs:esit (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci-mtk-sch.c75 u32 esit; in get_esit() local
77 esit = 1 << CTX_TO_EP_INTERVAL(le32_to_cpu(ep_ctx->ep_info)); in get_esit()
78 if (esit > XHCI_MTK_MAX_ESIT) in get_esit()
79 esit = XHCI_MTK_MAX_ESIT; in get_esit()
81 return esit; in get_esit()
230 sch_ep->esit = get_esit(ep_ctx); in setup_sch_info()
277 if (sch_ep->esit == 1) in setup_sch_info()
279 else if (esit_pkts <= sch_ep->esit) in setup_sch_info()
283 / sch_ep->esit; in setup_sch_info()
344 num_esit = XHCI_MTK_MAX_ESIT / sch_ep->esit; in get_max_bw()
[all …]
Dxhci-mtk.h83 u32 esit; member
Dxhci.h2712 u32 esit; in xhci_decode_ep_context() local
2727 esit = CTX_TO_MAX_ESIT_PAYLOAD_HI(info) << 16 | in xhci_decode_ep_context()
2749 (1 << interval) * 125, esit, cerr); in xhci_decode_ep_context()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
Dtegra-xudc.c1610 u16 maxpacket, maxburst = 0, esit = 0; in tegra_xudc_ep_context_setup() local
1619 esit = le16_to_cpu(comp_desc->wBytesPerInterval); in tegra_xudc_ep_context_setup()
1631 esit = maxpacket * (maxburst + 1); in tegra_xudc_ep_context_setup()
1681 ep_ctx_write_max_esit_payload(ep->context, esit); in tegra_xudc_ep_context_setup()