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

/freebsd-10.1-release/sys/amd64/vmm/io/
H A Dvatpic.c87 uint8_t elc[2]; member in struct:vatpic
382 level = ((vatpic->elc[pin >> 3] & (1 << (pin & 0x7))) != 0);
480 vatpic->elc[irq >> 3] |= 1 << (irq & 0x7);
482 vatpic->elc[irq >> 3] &= ~(1 << (irq & 0x7));
694 *eax = vatpic->elc[0];
696 *eax = vatpic->elc[1];
709 vatpic->elc[0] = (*eax & 0xf8);
711 vatpic->elc[1] = (*eax & 0xde);

Completed in 40 milliseconds