Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-mtk-sch.c535 head = tt->fs_frame_bw[j]; in check_fs_budget_frames()
536 tail = tt->fs_frame_bw[k]; in check_fs_budget_frames()
538 head = tt->fs_frame_bw[j]; in check_fs_budget_frames()
758 tt->fs_frame_bw[f] += (u16)sch_ep->bw_budget_table[j]; in update_sch_tt()
764 tt->fs_frame_bw[f] -= (u16)sch_ep->bw_budget_table[j]; in update_sch_tt()
H A Dxhci-mtk.h48 u16 fs_frame_bw[XHCI_MTK_FRAMES_CNT]; member