Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dxhci-mtk.h20 #define XHCI_MTK_MAX_ESIT 64 macro
29 DECLARE_BITMAP(split_bit_map, XHCI_MTK_MAX_ESIT);
45 u32 bus_bw[XHCI_MTK_MAX_ESIT];
Dxhci-mtk-sch.c78 if (esit > XHCI_MTK_MAX_ESIT) in get_esit()
79 esit = XHCI_MTK_MAX_ESIT; in get_esit()
342 num_esit = XHCI_MTK_MAX_ESIT / sch_ep->esit; in get_max_bw()
364 num_esit = XHCI_MTK_MAX_ESIT / sch_ep->esit; in update_bus_bw()
458 num_esit = XHCI_MTK_MAX_ESIT / sch_ep->esit; in update_sch_tt()