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.c683 u32 bw_max, fs_bw_min; in alloc_sch_portion_of_frame() local
693 fs_bw_min = FS_PAYLOAD_MAX; in alloc_sch_portion_of_frame()
712 if (fs_bw < fs_bw_min) { in alloc_sch_portion_of_frame()
713 fs_bw_min = fs_bw; in alloc_sch_portion_of_frame()
717 if (!fs_bw_min) in alloc_sch_portion_of_frame()