is_revb           125 drivers/crypto/amcc/crypto4xx_core.c 	if (dev->is_revb) {
is_revb          1381 drivers/crypto/amcc/crypto4xx_core.c 	bool is_revb = true;
is_revb          1398 drivers/crypto/amcc/crypto4xx_core.c 		is_revb = false;
is_revb          1426 drivers/crypto/amcc/crypto4xx_core.c 	if (is_revb && ((pvr >> 4) == 0x130218A)) {
is_revb          1431 drivers/crypto/amcc/crypto4xx_core.c 			is_revb = false;
is_revb          1436 drivers/crypto/amcc/crypto4xx_core.c 	core_dev->dev->is_revb = is_revb;
is_revb          1467 drivers/crypto/amcc/crypto4xx_core.c 	rc = request_irq(core_dev->irq, is_revb ?
is_revb           102 drivers/crypto/amcc/crypto4xx_core.h 	bool is_revb;