Home
last modified time | relevance | path

Searched defs:cc_drvdata (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/crypto/ccree/
H A Dcc_driver.h132 struct cc_drvdata { struct
133 void __iomem *cc_base;
134 int irq;
135 struct completion hw_queue_avail; /* wait for HW queue availability */
136 struct platform_device *plat_dev;
137 u32 mlli_sram_addr;
138 struct dma_pool *mlli_buffs_pool;
139 struct list_head alg_list;
140 void *hash_handle;
141 void *aead_handle;
[all …]