Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci-mtk-sch.c83 sch_ep->esit = 1 << ep_interval; in setup_sch_info()
116 if (esit_pkts <= sch_ep->esit) in setup_sch_info()
120 / sch_ep->esit; in setup_sch_info()
175 num_esit = XHCI_MTK_MAX_ESIT / sch_ep->esit; in get_max_bw()
177 u32 base = offset + i * sch_ep->esit; in get_max_bw()
195 num_esit = XHCI_MTK_MAX_ESIT / sch_ep->esit; in update_bus_bw()
197 base = sch_ep->offset + i * sch_ep->esit; in update_bus_bw()
207 u32 esit; in check_sch_bw() local
214 if (sch_ep->esit > XHCI_MTK_MAX_ESIT) in check_sch_bw()
215 sch_ep->esit = XHCI_MTK_MAX_ESIT; in check_sch_bw()
[all …]
Dxhci-mtk.h62 u32 esit; member
Dxhci.h2560 u32 esit; in xhci_decode_ep_context() local
2575 esit = CTX_TO_MAX_ESIT_PAYLOAD_HI(info) << 16 | in xhci_decode_ep_context()
2597 (1 << interval) * 125, esit, cerr); in xhci_decode_ep_context()