Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/lib/
H A Di8259.c28 outb(0xff, SLAVE_PIC + IMR); in i8259_init()
46 outb(ICW1_SEL | ICW1_EICW4, SLAVE_PIC + ICW1); in i8259_init()
47 outb(0x28, SLAVE_PIC + ICW2); in i8259_init()
48 outb(0x02, SLAVE_PIC + ICW3); in i8259_init()
49 outb(ICW4_PM, SLAVE_PIC + ICW4); in i8259_init()
52 outb(OCW2_SEOI | i, SLAVE_PIC + OCW2); in i8259_init()
74 imr_port = SLAVE_PIC + IMR; in mask_irq()
89 imr_port = SLAVE_PIC + IMR; in unmask_irq()
107 outb(OCW2_SEOI | (irq & 7), SLAVE_PIC + OCW2); in specific_eoi()
/openbmc/u-boot/arch/x86/include/asm/
H A Dibmpc.h18 #define SLAVE_PIC 0xa0 macro