Searched refs:PPC4XX_NUM_GD (Results 1 – 3 of 3) sorted by relevance
35 #define PPC4XX_NUM_GD 1024 macro 36 #define PPC4XX_LAST_GD (PPC4XX_NUM_GD - 1)
132 #define PPC4XX_GDR_SIZE PPC4XX_NUM_GD
279 sizeof(struct ce_gd) * PPC4XX_NUM_GD, in crypto4xx_build_gdr() 291 sizeof(struct ce_gd) * PPC4XX_NUM_GD, in crypto4xx_destroy_gdr() 304 if (n >= PPC4XX_NUM_GD) in crypto4xx_get_n_gd() 308 tmp = (dev->gdr_head + n) % PPC4XX_NUM_GD; in crypto4xx_get_n_gd()