Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-mtk-sch.c448 u16 fs_bw; in get_fs_bw() local
451 fs_bw = tt->fs_bus_bw_out[XHCI_MTK_BW_INDEX(offset)]; in get_fs_bw()
453 fs_bw = tt->fs_bus_bw_in[XHCI_MTK_BW_INDEX(offset + CS_OFFSET)]; in get_fs_bw()
455 return fs_bw; in get_fs_bw()
686 u16 fs_bw; in alloc_sch_portion_of_frame() local
712 fs_bw = get_fs_bw(sch_ep, offset); 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()