Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/irqchip/
Dirq-i8259.c35 static int i8259A_auto_eoi = -1; variable
207 if (i8259A_auto_eoi >= 0) in i8259A_resume()
208 init_8259A(i8259A_auto_eoi); in i8259A_resume()
217 if (i8259A_auto_eoi >= 0) { in i8259A_shutdown()
232 i8259A_auto_eoi = auto_eoi; in init_8259A()
/linux-6.1.9/arch/x86/kernel/
Di8259.c35 static int i8259A_auto_eoi; variable
252 init_8259A(i8259A_auto_eoi); in i8259A_resume()
332 i8259A_auto_eoi = auto_eoi; in init_8259A()