Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/lib/
H A Di8259.c34 outb(ICW1_SEL | ICW1_EICW4, MASTER_PIC + ICW1); in i8259_init()
46 outb(ICW1_SEL | ICW1_EICW4, SLAVE_PIC + ICW1); in i8259_init()
/openbmc/u-boot/arch/x86/include/asm/
H A Di8259.h54 #define ICW1_SEL 0x10 /* Select ICW1 */ macro