Home
last modified time | relevance | path

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

/linux/drivers/crypto/amcc/
H A Dcrypto4xx_core.c88 ring_size.bf.ring_size = PPC4XX_NUM_PD; in crypto4xx_hw_init()
171 sizeof(struct ce_pd) * PPC4XX_NUM_PD, in crypto4xx_build_pdr()
176 dev->pdr_uinfo = kzalloc_objs(struct pd_uinfo, PPC4XX_NUM_PD); in crypto4xx_build_pdr()
179 sizeof(struct ce_pd) * PPC4XX_NUM_PD, in crypto4xx_build_pdr()
185 sizeof(union shadow_sa_buf) * PPC4XX_NUM_PD, in crypto4xx_build_pdr()
192 sizeof(struct sa_state_record) * PPC4XX_NUM_PD, in crypto4xx_build_pdr()
196 for (i = 0; i < PPC4XX_NUM_PD; i++) { in crypto4xx_build_pdr()
219 sizeof(struct ce_pd) * PPC4XX_NUM_PD, in crypto4xx_destroy_pdr()
224 sizeof(union shadow_sa_buf) * PPC4XX_NUM_PD, in crypto4xx_destroy_pdr()
229 sizeof(struct sa_state_record) * PPC4XX_NUM_PD, in crypto4xx_destroy_pdr()
[all …]
H A Dcrypto4xx_core.h33 #define PPC4XX_NUM_PD 256 macro
34 #define PPC4XX_LAST_PD (PPC4XX_NUM_PD - 1)