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