Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/irqchip/
Dirq-i8259.c35 static int i8259A_auto_eoi = -1; variable
219 if (i8259A_auto_eoi >= 0) in i8259A_resume()
220 init_8259A(i8259A_auto_eoi); in i8259A_resume()
229 if (i8259A_auto_eoi >= 0) { in i8259A_shutdown()
252 i8259A_auto_eoi = auto_eoi; in init_8259A()
/linux-4.4.14/arch/x86/kernel/
Di8259.c33 static int i8259A_auto_eoi; variable
248 init_8259A(i8259A_auto_eoi); in i8259A_resume()
328 i8259A_auto_eoi = auto_eoi; in init_8259A()