Lines Matching defs:tegra_xusb
255 struct tegra_xusb { struct
271 const struct tegra_xusb_soc *soc; argument
275 struct tegra_xusb_padctl *padctl; argument
277 struct clk *host_clk;
278 struct clk *falcon_clk;
279 struct clk *ss_clk;
280 struct clk *ss_src_clk;
281 struct clk *hs_src_clk;
282 struct clk *fs_src_clk;
283 struct clk *pll_u_480m;
284 struct clk *clk_m;
285 struct clk *pll_e;
287 struct reset_control *host_rst;
288 struct reset_control *ss_rst;
313 struct tegra_xusb_context context; argument
319 static inline u32 fpci_readl(struct tegra_xusb *tegra, unsigned int offset) in fpci_readl() argument