Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-mtk-sch.c316 sch_ep->bw_cost_per_microframe = maxpkt * sch_ep->pkts; in setup_sch_info()
350 sch_ep->bw_cost_per_microframe = maxpkt * sch_ep->pkts; in setup_sch_info()
360 sch_ep->bw_cost_per_microframe = min_t(u32, maxpkt, FS_PAYLOAD_MAX); in setup_sch_info()
377 bw = sch_bw->bus_bw[k] + sch_ep->bw_cost_per_microframe; in get_max_bw()
392 bw_updated = sch_ep->bw_cost_per_microframe * (used ? 1 : -1); in update_bus_bw()
417 tmp = tt->fs_bus_bw[k] + sch_ep->bw_cost_per_microframe; in check_fs_bus_bw()
488 bw_updated = sch_ep->bw_cost_per_microframe * (used ? 1 : -1); in update_sch_tt()
H A Dxhci-mtk.h91 u32 bw_cost_per_microframe; member