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