Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-mtk-sch.c308 sch_ep->num_budget_microframes = 1; in setup_sch_info()
332 sch_ep->num_budget_microframes = 1; in setup_sch_info()
345 sch_ep->num_budget_microframes = in setup_sch_info()
359 sch_ep->num_budget_microframes = sch_ep->cs_count; in setup_sch_info()
375 for (j = 0; j < sch_ep->num_budget_microframes; j++) { in get_max_bw()
396 for (j = 0; j < sch_ep->num_budget_microframes; j++) in update_bus_bw()
415 for (j = 0; j < sch_ep->num_budget_microframes; j++) { in check_fs_bus_bw()
468 sch_ep->num_budget_microframes = cs_count; in check_sch_tt()
474 if (sch_ep->num_budget_microframes > sch_ep->esit) in check_sch_tt()
475 sch_ep->num_budget_microframes = sch_ep->esit; in check_sch_tt()
[all …]
H A Dxhci-mtk.h90 u32 num_budget_microframes; member