Home
last modified time | relevance | path

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

/drivers/usb/host/
A Dxhci-mtk-sch.c155 u32 esit; in get_esit() local
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()
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()
562 base = offset + i * sch_ep->esit; in check_fs_bus_bw()
[all …]
A Dxhci-mtk.h99 u32 esit; member
A Dxhci.h2543 u32 esit; in xhci_decode_ep_context() local
2558 esit = CTX_TO_MAX_ESIT_PAYLOAD_HI(info) << 16 | in xhci_decode_ep_context()
2580 (1 << interval) * 125, esit, cerr); in xhci_decode_ep_context()
/drivers/usb/cdns3/
A Dcdnsp-debug.h546 u32 esit; in cdnsp_decode_ep_context() local
549 esit = CTX_TO_MAX_ESIT_PAYLOAD_HI(info) << 16 | in cdnsp_decode_ep_context()
572 (1 << interval) * 125, esit, cerr); in cdnsp_decode_ep_context()
/drivers/usb/gadget/udc/
A Dtegra-xudc.c1624 u16 maxpacket, maxburst = 0, esit = 0; in tegra_xudc_ep_context_setup() local
1633 esit = le16_to_cpu(comp_desc->wBytesPerInterval); in tegra_xudc_ep_context_setup()
1645 esit = maxpacket * (maxburst + 1); in tegra_xudc_ep_context_setup()
1695 ep_ctx_write_max_esit_payload(ep->context, esit); in tegra_xudc_ep_context_setup()

Completed in 720 milliseconds