Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/amcc/
H A Dcrypto4xx_core.h36 #define PPC4XX_NUM_GD 1024 macro
37 #define PPC4XX_LAST_GD (PPC4XX_NUM_GD - 1)
H A Dcrypto4xx_reg_def.h132 #define PPC4XX_GDR_SIZE PPC4XX_NUM_GD
H A Dcrypto4xx_core.c279 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()