Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/
Dimg-hash.c116 struct img_hash_dev { struct
117 struct list_head list;
118 struct device *dev;
119 struct clk *hash_clk;
120 struct clk *sys_clk;
121 void __iomem *io_base;
123 phys_addr_t bus_addr;
124 void __iomem *cpu_addr;
148 static inline u32 img_hash_read(struct img_hash_dev *hdev, u32 offset) in img_hash_read() argument
/kernel/linux/linux-6.6/drivers/crypto/
Dimg-hash.c117 struct img_hash_dev { struct
118 struct list_head list;
119 struct device *dev;
120 struct clk *hash_clk;
121 struct clk *sys_clk;
122 void __iomem *io_base;
124 phys_addr_t bus_addr;
125 void __iomem *cpu_addr;
149 static inline u32 img_hash_read(struct img_hash_dev *hdev, u32 offset) in img_hash_read() argument