Searched refs:ELCR_EDGE (Results 1 – 2 of 2) sorted by relevance
282 if (ELCR_EDGE(elcrval, 0) && ELCR_EDGE(elcrval, 1) && in build_reserved_irqlist()283 ELCR_EDGE(elcrval, 2) && ELCR_EDGE(elcrval, 8) && in build_reserved_irqlist()284 ELCR_EDGE(elcrval, 13)) { in build_reserved_irqlist()
100 #define ELCR_EDGE(elcrval, irq) ((elcrval & (0x1 << irq)) == 0) macro