Searched refs:is_revb (Results 1 – 2 of 2) sorted by relevance
132 if (dev->is_revb) { in crypto4xx_hw_init()1306 bool is_revb = true; in crypto4xx_probe() local1323 is_revb = false; in crypto4xx_probe()1351 if (is_revb && ((pvr >> 4) == 0x130218A)) { in crypto4xx_probe()1356 is_revb = false; in crypto4xx_probe()1361 core_dev->dev->is_revb = is_revb; in crypto4xx_probe()1391 rc = request_irq(core_dev->irq, is_revb ? in crypto4xx_probe()
110 bool is_revb; member