Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dxhci-mtk-sch.c251 sch_ep->bw_cost_per_microframe = maxpkt * sch_ep->pkts; in setup_sch_info()
252 bwb_table[0] = sch_ep->bw_cost_per_microframe; in setup_sch_info()
287 sch_ep->bw_cost_per_microframe = maxpkt * sch_ep->pkts; in setup_sch_info()
289 remainder = sch_ep->bw_cost_per_microframe; in setup_sch_info()
293 bwb_table[i] = sch_ep->bw_cost_per_microframe; in setup_sch_info()
307 sch_ep->bw_cost_per_microframe = in setup_sch_info()
313 bwb_table[i] = sch_ep->bw_cost_per_microframe; in setup_sch_info()
316 bwb_table[0] = sch_ep->bw_cost_per_microframe; in setup_sch_info()
327 bwb_table[i] = sch_ep->bw_cost_per_microframe; in setup_sch_info()
Dxhci-mtk.h82 u32 bw_cost_per_microframe; member