Searched defs:omap_sham_dev (Results 1 – 1 of 1) sorted by relevance
138 struct omap_sham_dev { struct139 struct list_head list;140 unsigned long phys_base;141 struct device *dev;142 void __iomem *io_base;143 int irq;167 static inline u32 omap_sham_read(struct omap_sham_dev *dd, u32 offset) in omap_sham_read() argument