Home
last modified time | relevance | path

Searched refs:PPC4XX_NUM_SD (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/crypto/amcc/
A Dcrypto4xx_core.h38 #define PPC4XX_NUM_SD 256 macro
39 #define PPC4XX_LAST_SD (PPC4XX_NUM_SD - 1)
A Dcrypto4xx_core.c360 PPC4XX_SD_BUFFER_SIZE * PPC4XX_NUM_SD, in crypto4xx_build_sdr()
367 sizeof(struct ce_sd) * PPC4XX_NUM_SD, in crypto4xx_build_sdr()
372 for (i = 0; i < PPC4XX_NUM_SD; i++) { in crypto4xx_build_sdr()
384 sizeof(struct ce_sd) * PPC4XX_NUM_SD, in crypto4xx_destroy_sdr()
389 PPC4XX_SD_BUFFER_SIZE * PPC4XX_NUM_SD, in crypto4xx_destroy_sdr()
403 if (n >= PPC4XX_NUM_SD) in crypto4xx_get_n_sd()
407 tmp = (dev->sdr_head + n) % PPC4XX_NUM_SD; in crypto4xx_get_n_sd()
467 overflow = last_sd % PPC4XX_NUM_SD; in crypto4xx_copy_pkt_to_dst()
A Dcrypto4xx_reg_def.h131 #define PPC4XX_SDR_SIZE PPC4XX_NUM_SD

Completed in 7 milliseconds