Searched defs:sa_crypto_data (Results 1 – 2 of 2) sorted by relevance
194 struct sa_crypto_data { struct195 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;[all …]
191 struct sa_crypto_data { struct192 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,[all …]