Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/lib/
Di8259.c37 outb(ICW4_PM, MASTER_PIC + ICW4); in i8259_init()
49 outb(ICW4_PM, SLAVE_PIC + ICW4); in i8259_init()
/external/u-boot/arch/x86/include/asm/
Di8259.h20 #define ICW4 0x1 /* Initialization Control Word 4 */ macro