Searched refs:ce_sd (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/amcc/
H A Dcrypto4xx_core.c380 struct ce_sd *sd_array;
384 sizeof(struct ce_sd) * PPC4XX_NUM_SD,
396 sizeof(struct ce_sd) * PPC4XX_NUM_SD,
415 sizeof(struct ce_sd) * PPC4XX_NUM_SD,
469 static inline struct ce_sd *crypto4xx_get_sdp(struct crypto4xx_device *dev,
472 *sd_dma = dev->sdr_pa + sizeof(struct ce_sd) * idx;
474 return (struct ce_sd *)(dev->sdr + sizeof(struct ce_sd) * idx);
938 struct ce_sd *sd = NULL;
H A Dcrypto4xx_reg_def.h239 struct ce_sd { struct

Completed in 108 milliseconds