Home
last modified time | relevance | path

Searched refs:worst_bw (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-mtk-sch.c521 u32 worst_bw; in check_sch_bw() local
535 worst_bw = get_max_bw(sch_bw, sch_ep, offset); in check_sch_bw()
536 if (worst_bw > bw_boundary) in check_sch_bw()
539 if (min_bw > worst_bw) { in check_sch_bw()
540 min_bw = worst_bw; in check_sch_bw()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-mtk-sch.c560 u32 worst_bw; in check_sch_bw() local
586 worst_bw = get_max_bw(sch_bw, sch_ep, offset); in check_sch_bw()
587 if (min_bw > worst_bw) { in check_sch_bw()
588 min_bw = worst_bw; in check_sch_bw()

Completed in 3 milliseconds