Searched refs:elcr_status (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/x86/isa/
H A Delcr.c55 static int elcr_status; variable
67 elcr_status = inb(ELCR_PORT) | inb(ELCR_PORT + 1) << 8;
68 if ((elcr_status & (ELCR_MASK(0) | ELCR_MASK(1) | ELCR_MASK(2) |
77 if (elcr_status & ELCR_MASK(i))
98 if (elcr_status & ELCR_MASK(irq))
116 new_status = elcr_status | ELCR_MASK(irq);
118 new_status = elcr_status & ~ELCR_MASK(irq);
119 if (new_status == elcr_status)
121 elcr_status = new_status;
123 outb(ELCR_PORT + 1, elcr_status >>
[all...]

Completed in 75 milliseconds