Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-mtk-sch.c314 sch_ep->num_esit = XHCI_MTK_MAX_ESIT / sch_ep->esit; in setup_sch_info()
428 for (i = 0; i < sch_ep->num_esit; i++) { in get_max_bw()
464 for (i = 0; i < sch_ep->num_esit; i++) { in update_bus_bw()
561 for (i = 0; i < sch_ep->num_esit; i++) { in check_fs_bus_bw()
644 for (i = 0; i < sch_ep->num_esit; i++) { in check_isoc_ss_overlap()
747 for (i = 0; i < sch_ep->num_esit; i++) { in update_sch_tt()
H A Dxhci-mtk.h100 u32 num_esit; member