Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/kernel/
Di8259.c33 static int i8259A_auto_eoi = -1; variable
217 if (i8259A_auto_eoi >= 0) in i8259A_resume()
218 init_8259A(i8259A_auto_eoi); in i8259A_resume()
227 if (i8259A_auto_eoi >= 0) { in i8259A_shutdown()
250 i8259A_auto_eoi = auto_eoi; in init_8259A()
/linux-4.1.27/arch/x86/kernel/
Di8259.c33 static int i8259A_auto_eoi; variable
248 init_8259A(i8259A_auto_eoi); in i8259A_resume()
304 i8259A_auto_eoi = auto_eoi; in init_8259A()