Lines Matching defs:sa_crypto_data
191 struct sa_crypto_data { struct
192 void __iomem *base;
193 struct platform_device *pdev;
194 struct dma_pool *sc_pool;
195 struct device *dev;
196 spinlock_t scid_lock; /* lock for SC-ID allocation */
198 u16 sc_id_start;
199 u16 sc_id_end;
200 u16 sc_id;
201 unsigned long ctx_bm[DIV_ROUND_UP(SA_MAX_NUM_CTX,
203 struct sa_tfm_ctx *ctx;
204 struct dma_chan *dma_rx1;
205 struct dma_chan *dma_rx2;
206 struct dma_chan *dma_tx;