Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-mtk-sch.c328 sch_ep->num_budget_microframes = 1; in setup_sch_info()
352 sch_ep->num_budget_microframes = 1; in setup_sch_info()
366 sch_ep->num_budget_microframes = in setup_sch_info()
369 sch_ep->repeat = !!(sch_ep->num_budget_microframes > 1); in setup_sch_info()
372 for (i = 0; i < sch_ep->num_budget_microframes - 1; i++) in setup_sch_info()
387 sch_ep->num_budget_microframes = sch_ep->cs_count; in setup_sch_info()
414 sch_ep->num_budget_microframes += CS_OFFSET; in setup_sch_info()
430 for (j = 0; j < sch_ep->num_budget_microframes; j++) { in get_max_bw()
465 for (j = 0; j < sch_ep->num_budget_microframes; j++) { in update_bus_bw()
509 for (i = 0; i < sch_ep->num_budget_microframes; i++) { in check_fs_budget_microframes()
[all …]
H A Dxhci-mtk.h103 u32 num_budget_microframes; member