Lines Matching +full:continuous +full:- +full:burst +full:- +full:clk
1 /* SPDX-License-Identifier: GPL-2.0 */
12 #include <linux/clk.h>
31 #define XHCI_MTK_BW_INDEX(x) ((x) & (XHCI_MTK_MAX_ESIT - 1))
41 * @in_ss_cnt: the count of Start-Split for IN eps
68 * @esit: unit is 125us, equal to 2 << Interval field in ep-context
70 * @num_budget_microframes: number of continuous uframes
87 * continuous uframes
90 * @burst_mode: burst mode for scheduling. 0: normal burst mode,
91 * distribute the bMaxBurst+1 packets for a single burst
92 * according to @pkts and @repeat, repeate the burst multiple
180 return dev_get_drvdata(hcd->self.controller); in hcd_to_mtk()