Home
last modified time | relevance | path

Searched refs:num_esit (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dxhci-mtk-sch.c293 sch_ep->num_esit = XHCI_MTK_MAX_ESIT / sch_ep->esit; in setup_sch_info()
372 for (i = 0; i < sch_ep->num_esit; i++) { in get_max_bw()
394 for (i = 0; i < sch_ep->num_esit; i++) { in update_bus_bw()
408 for (i = 0; i < sch_ep->num_esit; i++) { in check_fs_bus_bw()
490 for (i = 0; i < sch_ep->num_esit; i++) { in update_sch_tt()
H A Dxhci-mtk.h89 u32 num_esit; member