Lines Matching defs:ssusb_mtk
243 struct ssusb_mtk { struct
244 struct device *dev;
245 struct mtu3 *u3d;
246 void __iomem *mac_base;
247 void __iomem *ippc_base;
248 struct phy **phys;
249 int num_phys;
250 int wakeup_irq;
252 struct regulator *vusb33;
253 struct clk_bulk_data clks[BULK_CLKS_CNT];
255 struct otg_switch_mtk otg_switch;
256 enum usb_dr_mode dr_mode;
257 bool is_host;
258 int u2_ports;
259 int u3_ports;
260 int u2p_dis_msk;
261 int u3p_dis_msk;
262 struct dentry *dbgfs_root;
264 bool uwk_en;
265 struct regmap *uwk;
266 u32 uwk_reg_base;
267 u32 uwk_vers;