Searched defs:tegra_slink_data (Results 1 – 1 of 1) sorted by relevance
151 struct tegra_slink_data { struct152 struct device *dev;153 struct spi_master *master;154 const struct tegra_slink_chip_data *chip_data;155 spinlock_t lock;157 struct clk *clk;158 struct reset_control *rst;159 void __iomem *base;160 phys_addr_t phys;161 unsigned irq;[all …]