Searched defs:elcrval (Results 1 – 2 of 2) sorted by relevance
97 #define ELCR_LEVEL(elcrval, irq) (elcrval & (0x1 << irq)) argument98 #define ELCR_EDGE(elcrval, irq) ((elcrval & (0x1 << irq)) == 0) argument
273 uint_t elcrval; in build_reserved_irqlist() local