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