Searched refs:PPC4XX_NUM_PD (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/crypto/amcc/ |
D | crypto4xx_core.c | 83 ring_size.bf.ring_size = PPC4XX_NUM_PD; in crypto4xx_hw_init() 190 sizeof(struct ce_pd) * PPC4XX_NUM_PD, in crypto4xx_build_pdr() 195 dev->pdr_uinfo = kzalloc(sizeof(struct pd_uinfo) * PPC4XX_NUM_PD, in crypto4xx_build_pdr() 199 sizeof(struct ce_pd) * PPC4XX_NUM_PD, in crypto4xx_build_pdr() 204 memset(dev->pdr, 0, sizeof(struct ce_pd) * PPC4XX_NUM_PD); in crypto4xx_build_pdr() 206 256 * PPC4XX_NUM_PD, in crypto4xx_build_pdr() 213 sizeof(struct sa_state_record) * PPC4XX_NUM_PD, in crypto4xx_build_pdr() 217 for (i = 0; i < PPC4XX_NUM_PD; i++) { in crypto4xx_build_pdr() 239 sizeof(struct ce_pd) * PPC4XX_NUM_PD, in crypto4xx_destroy_pdr() 242 dma_free_coherent(dev->core_dev->device, 256 * PPC4XX_NUM_PD, in crypto4xx_destroy_pdr() [all …]
|
D | crypto4xx_core.h | 36 #define PPC4XX_NUM_PD 64 macro
|