Lines Matching defs:tegra_xusb
256 struct tegra_xusb { struct
272 const struct tegra_xusb_soc *soc; argument
276 struct tegra_xusb_padctl *padctl; argument
278 struct clk *host_clk;
279 struct clk *falcon_clk;
280 struct clk *ss_clk;
281 struct clk *ss_src_clk;
282 struct clk *hs_src_clk;
283 struct clk *fs_src_clk;
284 struct clk *pll_u_480m;
285 struct clk *clk_m;
286 struct clk *pll_e;
288 struct reset_control *host_rst;
289 struct reset_control *ss_rst;
314 struct tegra_xusb_context context; argument
320 static inline u32 fpci_readl(struct tegra_xusb *tegra, unsigned int offset) in fpci_readl() argument