Searched defs:atmel_sha_dev (Results 1 – 1 of 1) sorted by relevance
130 struct atmel_sha_dev { struct131 struct list_head list;133 struct device *dev;134 struct clk *iclk;135 int irq;136 void __iomem *io_base;138 spinlock_t lock;142 unsigned long flags;145 bool is_async;146 bool force_complete;[all …]