Lines Matching defs:sl3516_ce_dev
230 struct sl3516_ce_dev { struct
231 void __iomem *base;
232 struct clk *clks;
233 struct reset_control *reset;
234 struct device *dev;
235 struct crypto_engine *engine;
236 struct completion complete;
237 int status;
238 dma_addr_t dtx;
239 struct descriptor *tx;
240 dma_addr_t drx;
241 struct descriptor *rx;
242 int ctx;
243 int crx;
244 struct hwrng trng;
245 unsigned long hwrng_stat_req;
246 unsigned long hwrng_stat_bytes;
247 unsigned long stat_irq;
248 unsigned long stat_irq_tx;
249 unsigned long stat_irq_rx;
250 unsigned long stat_req;
251 unsigned long fallback_sg_count_tx;
252 unsigned long fallback_sg_count_rx;
253 unsigned long fallback_not_same_len;
254 unsigned long fallback_mod16;
255 unsigned long fallback_align16;
257 struct dentry *dbgfs_dir;
258 struct dentry *dbgfs_stats;
260 void *pctrl;
261 dma_addr_t dctrl;