Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/
Dimg-hash.c118 struct img_hash_dev { struct
119 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