Lines Matching +full:mtk +full:- +full:xhci
1 /* SPDX-License-Identifier: GPL-2.0 */
16 #include "xhci.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
113 * mtk xHCI scheduling information put into reserved DWs
128 * struct mu3c_ippc_regs: MTK ssusb ip port control registers
131 * @ip_xhci_cap: ip xHCI capability register
180 return dev_get_drvdata(hcd->self.controller); in hcd_to_mtk()
183 int xhci_mtk_sch_init(struct xhci_hcd_mtk *mtk);
184 void xhci_mtk_sch_exit(struct xhci_hcd_mtk *mtk);