Home
last modified time | relevance | path

Searched refs:PPC4XX_NUM_PD (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/crypto/amcc/
Dcrypto4xx_core.c87 ring_size.bf.ring_size = PPC4XX_NUM_PD; in crypto4xx_hw_init()
196 sizeof(struct ce_pd) * PPC4XX_NUM_PD, in crypto4xx_build_pdr()
201 dev->pdr_uinfo = kzalloc(sizeof(struct pd_uinfo) * PPC4XX_NUM_PD, in crypto4xx_build_pdr()
205 sizeof(struct ce_pd) * PPC4XX_NUM_PD, in crypto4xx_build_pdr()
210 memset(dev->pdr, 0, sizeof(struct ce_pd) * PPC4XX_NUM_PD); in crypto4xx_build_pdr()
212 256 * PPC4XX_NUM_PD, in crypto4xx_build_pdr()
219 sizeof(struct sa_state_record) * PPC4XX_NUM_PD, in crypto4xx_build_pdr()
223 for (i = 0; i < PPC4XX_NUM_PD; i++) { in crypto4xx_build_pdr()
245 sizeof(struct ce_pd) * PPC4XX_NUM_PD, in crypto4xx_destroy_pdr()
248 dma_free_coherent(dev->core_dev->device, 256 * PPC4XX_NUM_PD, in crypto4xx_destroy_pdr()
[all …]
Dcrypto4xx_core.h36 #define PPC4XX_NUM_PD 64 macro