Lines Matching +full:low +full:- +full:bandwidth
1 /* SPDX-License-Identifier: GPL-2.0 */
18 * bandwidth to it.
23 * @fs_bus_bw: array to keep track of bandwidth already used for FS
36 * struct mu3h_sch_bw_info: schedule information for bandwidth domain
38 * @bus_bw: array to keep track of bandwidth already used at each uframes
39 * @bw_ep_list: eps in the bandwidth domain
41 * treat a HS root port as a bandwidth domain, but treat a SS root port as
42 * two bandwidth domains, one for IN eps and another for OUT eps.
52 * @esit: unit is 125us, equal to 2 << Interval field in ep-context
55 * @bw_cost_per_microframe: bandwidth cost per microframe
56 * @endpoint: linked into bandwidth domain which it belongs to
62 * @allocated: the bandwidth is aready allocated from bus_bw
78 * @bw_budget_table: table to record bandwidth budget per microframe
111 * @u3_ctrl_p[x]: ip usb3 port x control register, only low 4bytes are used
112 * @u2_ctrl_p[x]: ip usb2 port x control register, only low 4bytes are used
163 return dev_get_drvdata(hcd->self.controller); in hcd_to_mtk()