Searched defs:sram_dev (Results 1 – 2 of 2) sorted by relevance
39 struct sram_dev { struct40 struct device *dev;41 void __iomem *virt_base;43 struct gen_pool *pool;44 struct clk *clk;46 struct sram_partition *partition;47 u32 partitions;
82 static struct device *sram_dev; variable