Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci-mtk-sch.c95 sch_ep->num_budget_microframes = 1; in setup_sch_info()
111 sch_ep->num_budget_microframes = 1; in setup_sch_info()
122 sch_ep->num_budget_microframes = in setup_sch_info()
125 if (sch_ep->num_budget_microframes > 1) in setup_sch_info()
142 sch_ep->num_budget_microframes = sch_ep->cs_count + 2; in setup_sch_info()
151 sch_ep->num_budget_microframes = DIV_ROUND_UP( in setup_sch_info()
154 sch_ep->cs_count = sch_ep->num_budget_microframes; in setup_sch_info()
160 sch_ep->num_budget_microframes = sch_ep->cs_count + 2; in setup_sch_info()
179 for (j = 0; j < sch_ep->num_budget_microframes; j++) { in get_max_bw()
198 for (j = 0; j < sch_ep->num_budget_microframes; j++) in update_bus_bw()
[all …]
Dxhci-mtk.h63 u32 num_budget_microframes; member