Lines Matching defs:tegra_xusb
218 struct tegra_xusb { struct
231 const struct tegra_xusb_soc *soc; argument
235 struct tegra_xusb_padctl *padctl; argument
237 struct clk *host_clk;
238 struct clk *falcon_clk;
239 struct clk *ss_clk;
240 struct clk *ss_src_clk;
241 struct clk *hs_src_clk;
242 struct clk *fs_src_clk;
243 struct clk *pll_u_480m;
244 struct clk *clk_m;
245 struct clk *pll_e;
247 struct reset_control *host_rst;
248 struct reset_control *ss_rst;
273 struct tegra_xusb_context context; argument
278 static inline u32 fpci_readl(struct tegra_xusb *tegra, unsigned int offset) in fpci_readl() argument