Searched refs:esit (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-mtk-sch.c | 147 u32 esit; in get_esit() local 149 esit = 1 << CTX_TO_EP_INTERVAL(le32_to_cpu(ep_ctx->ep_info)); in get_esit() 150 if (esit > XHCI_MTK_MAX_ESIT) in get_esit() 151 esit = XHCI_MTK_MAX_ESIT; in get_esit() 153 return esit; in get_esit() 292 sch_ep->esit = get_esit(ep_ctx); in setup_sch_info() 293 sch_ep->num_esit = XHCI_MTK_MAX_ESIT / sch_ep->esit; in setup_sch_info() 337 if (sch_ep->esit == 1) in setup_sch_info() 339 else if (esit_pkts <= sch_ep->esit) in setup_sch_info() 343 / sch_ep->esit; in setup_sch_info() [all...] |
H A D | xhci-mtk.h | 57 * @esit: unit is 125us, equal to 2 << Interval field in ep-context 58 * @num_esit: number of @esit in a period 88 u32 esit; member
|
H A D | xhci.h | 2768 u32 esit; in xhci_decode_ep_context() local 2783 esit = CTX_TO_MAX_ESIT_PAYLOAD_HI(info) << 16 | in xhci_decode_ep_context() 2805 (1 << interval) * 125, esit, cerr); in xhci_decode_ep_context()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-mtk-sch.c | 100 u32 esit; in get_esit() local 102 esit = 1 << CTX_TO_EP_INTERVAL(le32_to_cpu(ep_ctx->ep_info)); in get_esit() 103 if (esit > XHCI_MTK_MAX_ESIT) in get_esit() 104 esit = XHCI_MTK_MAX_ESIT; in get_esit() 106 return esit; in get_esit() 255 sch_ep->esit = get_esit(ep_ctx); in setup_sch_info() 302 if (sch_ep->esit == 1) in setup_sch_info() 304 else if (esit_pkts <= sch_ep->esit) in setup_sch_info() 308 / sch_ep->esit; in setup_sch_info() 369 num_esit = XHCI_MTK_MAX_ESIT / sch_ep->esit; in get_max_bw() [all...] |
H A D | xhci-mtk.h | 52 * @esit: unit is 125us, equal to 2 << Interval field in ep-context 81 u32 esit; member
|
H A D | xhci.h | 2736 u32 esit; in xhci_decode_ep_context() local 2751 esit = CTX_TO_MAX_ESIT_PAYLOAD_HI(info) << 16 | in xhci_decode_ep_context() 2773 (1 << interval) * 125, esit, cerr); in xhci_decode_ep_context()
|
/kernel/linux/linux-6.6/drivers/usb/cdns3/ |
H A D | cdnsp-debug.h | 548 u32 esit; in cdnsp_decode_ep_context() local 551 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()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | tegra-xudc.c | 1612 u16 maxpacket, maxburst = 0, esit = 0; in tegra_xudc_ep_context_setup() local 1621 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()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | tegra-xudc.c | 1624 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 28 milliseconds