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

/external/qemu-pc-bios/bochs/bios/
H A Drombios.c3827 Bit16u bRegister; local
3895 bRegister = inb_cmos( 0xB ); // Unmask IRQ8 so INT70 will get through.
3896 outb_cmos( 0xB, bRegister | 0x40 ); // Turn on the Periodic Interrupt timer
3907 bRegister = inb_cmos( 0xB );
3908 outb_cmos( 0xB, bRegister & ~0x40 ); // Turn off the Periodic Interrupt timer

Completed in 135 milliseconds