Searched refs:PPC4XX_NUM_SD (Results 1 – 3 of 3) sorted by relevance
38 #define PPC4XX_NUM_SD 256 macro39 #define PPC4XX_LAST_SD (PPC4XX_NUM_SD - 1)
360 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()
131 #define PPC4XX_SDR_SIZE PPC4XX_NUM_SD
Completed in 7 milliseconds