Searched defs:tegra_i2c_dev (Results 1 – 1 of 1) sorted by relevance
252 struct tegra_i2c_dev { struct253 struct device *dev;254 const struct tegra_i2c_hw_feature *hw;255 struct i2c_adapter adapter;256 struct clk *div_clk;257 struct clk *fast_clk;258 struct reset_control *rst;259 void __iomem *base;260 phys_addr_t base_phys;284 static void dvc_writel(struct tegra_i2c_dev *i2c_dev, u32 val, in dvc_writel() argument