Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mtk-sch.c322 sch_ep->bw_cost_per_microframe = maxpkt * sch_ep->pkts; in setup_sch_info()
323 bwb_table[0] = sch_ep->bw_cost_per_microframe; in setup_sch_info()
357 sch_ep->bw_cost_per_microframe = maxpkt * sch_ep->pkts; in setup_sch_info()
360 bwb_table[i] = sch_ep->bw_cost_per_microframe; in setup_sch_info()
364 - i * sch_ep->bw_cost_per_microframe; in setup_sch_info()
375 sch_ep->bw_cost_per_microframe = in setup_sch_info()
381 bwb_table[i] = sch_ep->bw_cost_per_microframe; in setup_sch_info()
384 bwb_table[0] = sch_ep->bw_cost_per_microframe; in setup_sch_info()
395 bwb_table[i] = sch_ep->bw_cost_per_microframe; in setup_sch_info()
463 tmp = tt->fs_bus_bw[base + j] + sch_ep->bw_cost_per_microframe; in check_fs_bus_bw()
[all …]
H A Dxhci-mtk.h79 u32 bw_cost_per_microframe; member