Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-mtk-sch.c684 u32 bw_max, fs_bw_min; in alloc_sch_portion_of_frame() local
694 fs_bw_min = FS_PAYLOAD_MAX; in alloc_sch_portion_of_frame()
713 if (fs_bw < fs_bw_min) { in alloc_sch_portion_of_frame()
714 fs_bw_min = fs_bw; in alloc_sch_portion_of_frame()
718 if (!fs_bw_min) in alloc_sch_portion_of_frame()