Searched defs:sa_crypto_data (Results 1 – 1 of 1) sorted by relevance
193 struct sa_crypto_data { struct194 void __iomem *base;195 const struct sa_match_data *match_data;196 struct platform_device *pdev;197 struct dma_pool *sc_pool;198 struct device *dev;199 spinlock_t scid_lock; /* lock for SC-ID allocation */201 u16 sc_id_start;202 u16 sc_id_end;203 u16 sc_id;[all …]