Searched defs:rk_crypto_info (Results 1 – 1 of 1) sorted by relevance
186 struct rk_crypto_info { struct187 struct device *dev;188 struct clk *aclk;189 struct clk *hclk;190 struct clk *sclk;191 struct clk *dmaclk;192 struct reset_control *rst;193 void __iomem *reg;194 int irq;195 struct crypto_queue queue;[all …]