Home
last modified time | relevance | path

Searched defs:omap_aes_dev (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/crypto/
Domap-aes.c96 struct omap_aes_dev { struct
97 struct list_head list;
98 unsigned long phys_base;
99 void __iomem *io_base;
100 struct clk *iclk;
101 struct omap_aes_ctx *ctx;
102 struct device *dev;
103 unsigned long flags;
104 int err;
106 spinlock_t lock;
[all …]