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