Searched defs:tegra_usb_phy (Results 1 – 1 of 1) sorted by relevance
58 struct tegra_usb_phy { struct59 int irq;60 int instance;61 const struct tegra_xtal_freq *freq;62 void __iomem *regs;63 void __iomem *pad_regs;64 struct clk *clk;65 struct clk *pll_u;66 struct clk *pad_clk;67 struct regulator *vbus;[all …]