Home | History | Annotate | Download | only in bios

Lines Matching full:elcr

848         uint8_t elcr[2];
852 elcr[0] = 0x00;
853 elcr[1] = 0x00;
857 elcr[irq >> 3] |= (1 << (irq & 7));
861 outb(0x4d0, elcr[0]);
862 outb(0x4d1, elcr[1]);
863 BX_INFO("PIIX3/PIIX4 init: elcr=%02x %02x\n",
864 elcr[0], elcr[1]);