Lines Matching defs:mv_cesa_engine
449 struct mv_cesa_engine { struct
450 int id;
451 void __iomem *regs;
452 union {
456 dma_addr_t sram_dma;
457 spinlock_t lock;
458 struct crypto_async_request *req;
459 struct clk *clk;
460 struct clk *zclk;
461 size_t max_req_len;
462 u32 int_mask;
463 struct gen_pool *pool;
464 struct crypto_queue queue;
465 atomic_t load;
466 struct mv_cesa_tdma_chain chain;
467 struct list_head complete_queue;
468 int irq;