Lines Matching defs:sa_crypto_data
194 struct sa_crypto_data { struct
195 void __iomem *base;
196 const struct sa_match_data *match_data;
197 struct platform_device *pdev;
198 struct dma_pool *sc_pool;
199 struct device *dev;
200 spinlock_t scid_lock; /* lock for SC-ID allocation */
202 u16 sc_id_start;
203 u16 sc_id_end;
204 u16 sc_id;
205 unsigned long ctx_bm[DIV_ROUND_UP(SA_MAX_NUM_CTX,
207 struct sa_tfm_ctx *ctx;
208 struct dma_chan *dma_rx1;
209 struct dma_chan *dma_rx2;
210 struct dma_chan *dma_tx;