Lines Matching refs:xB
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
8370 registerB = inb_cmos( 0xB );
8397 outb_cmos( 0xB, registerB & 0x37 ); // Clear the Periodic Interrupt.