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