Searched defs:tegra_slink_data (Results 1 – 1 of 1) sorted by relevance
153 struct tegra_slink_data { struct154 struct device *dev;155 struct spi_controller *host;156 const struct tegra_slink_chip_data *chip_data;157 spinlock_t lock;159 struct clk *clk;160 struct reset_control *rst;161 void __iomem *base;162 phys_addr_t phys;163 unsigned irq;[all …]