Home
last modified time | relevance | path

Searched refs:is_revb (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/crypto/amcc/
A Dcrypto4xx_core.c125 if (dev->is_revb) { in crypto4xx_hw_init()
1382 bool is_revb = true; in crypto4xx_probe() local
1399 is_revb = false; in crypto4xx_probe()
1427 if (is_revb && ((pvr >> 4) == 0x130218A)) { in crypto4xx_probe()
1432 is_revb = false; in crypto4xx_probe()
1437 core_dev->dev->is_revb = is_revb; in crypto4xx_probe()
1467 rc = request_irq(core_dev->irq, is_revb ? in crypto4xx_probe()
A Dcrypto4xx_core.h103 bool is_revb; member

Completed in 6 milliseconds