Lines Matching +full:low +full:- +full:bandwidth
1 /* SPDX-License-Identifier: GPL-2.0 */
28 * bandwidth to it.
31 #define XHCI_MTK_BW_INDEX(x) ((x) & (XHCI_MTK_MAX_ESIT - 1))
34 * @fs_bus_bw: array to keep track of bandwidth already used for FS
43 * struct mu3h_sch_bw_info: schedule information for bandwidth domain
45 * @bus_bw: array to keep track of bandwidth already used at each uframes
47 * treat a HS root port as a bandwidth domain, but treat a SS root port as
48 * two bandwidth domains, one for IN eps and another for OUT eps.
57 * @esit: unit is 125us, equal to 2 << Interval field in ep-context
61 * @bw_cost_per_microframe: bandwidth cost per microframe
63 * @endpoint: linked into bandwidth domain which it belongs to
65 * @bw_info: bandwidth domain which this endpoint belongs
70 * @allocated: the bandwidth is aready allocated from bus_bw
121 * @u3_ctrl_p[x]: ip usb3 port x control register, only low 4bytes are used
122 * @u2_ctrl_p[x]: ip usb2 port x control register, only low 4bytes are used
169 return dev_get_drvdata(hcd->self.controller); in hcd_to_mtk()