Home
last modified time | relevance | path

Searched refs:ICW3 (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/x86/lib/
H A Di8259.c36 outb(IR2, MASTER_PIC + ICW3); in i8259_init()
48 outb(0x02, SLAVE_PIC + ICW3); in i8259_init()
/openbmc/u-boot/arch/x86/include/asm/
H A Di8259.h19 #define ICW3 0x1 /* Initialization Control Word 3 */ macro