Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/host/
Dxhci-mtk-sch.c388 int bw_updated; in update_bus_bw() local
392 bw_updated = sch_ep->bw_cost_per_microframe * (used ? 1 : -1); in update_bus_bw()
397 sch_bw->bus_bw[XHCI_MTK_BW_INDEX(base + j)] += bw_updated; in update_bus_bw()
484 int bw_updated; in update_sch_tt() local
488 bw_updated = sch_ep->bw_cost_per_microframe * (used ? 1 : -1); in update_sch_tt()
494 tt->fs_bus_bw[XHCI_MTK_BW_INDEX(base + j)] += bw_updated; in update_sch_tt()