Lines Matching refs:outb
87 outb(cmos_port, cmos_reg);
97 outb(cmos_port, cmos_reg);
98 outb(cmos_port + 1, val);
111 outb(PIC_MASTER, PIC_CMD_RD_ISR); // Read master ISR
114 outb(PIC_SLAVE, PIC_CMD_RD_ISR); // Read slave ISR
118 outb(PIC_SLAVE_MASK, imr | isrB ); // Mask this interrupt
119 outb(PIC_SLAVE, PIC_CMD_EOI); // Send EOI on slave PIC
123 outb(PIC_MASTER_MASK, imr | isrA); // Mask this interrupt
125 outb(PIC_MASTER, PIC_CMD_EOI); // Send EOI on master PIC
145 outb(BX_DEBUG_PORT+UART_LCR, 0x03); /* setup for serial logging: 8N1 */