Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/lib/
H A Di8259.c37 outb(ICW4_PM, MASTER_PIC + ICW4); in i8259_init()
49 outb(ICW4_PM, SLAVE_PIC + ICW4); in i8259_init()
/openbmc/u-boot/arch/x86/include/asm/
H A Di8259.h69 #define ICW4_PM 0x01 /* Microprocessor Mode */ macro