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