Searched defs:img_hash_dev (Results 1 – 1 of 1) sorted by relevance
118 struct img_hash_dev { struct119 struct list_head list;120 struct device *dev;121 struct clk *hash_clk;122 struct clk *sys_clk;123 void __iomem *io_base;125 phys_addr_t bus_addr;126 void __iomem *cpu_addr;150 static inline u32 img_hash_read(struct img_hash_dev *hdev, u32 offset) in img_hash_read() argument