Searched refs:i8259 (Results 1 - 13 of 13) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Di8259.h1 /* $NetBSD: i8259.h,v 1.1 2002/11/22 15:23:47 fvdl Exp $ */
3 #include <x86/i8259.h>
/netbsd-6-1-5-RELEASE/sys/arch/amd64/include/
H A Di8259.h1 /* $NetBSD: i8259.h,v 1.1 2003/03/05 23:56:02 fvdl Exp $ */
3 #include <x86/i8259.h>
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/pic/
H A Di8259_common.c67 struct i8259_ops *i8259 = (struct i8259_ops *)pic; local
69 i8259->irqs |= 1 << irq;
70 if (i8259->irqs >= 0x100) /* IRQS >= 8 in use? */
71 i8259->irqs |= 1 << IRQ_SLAVE;
73 i8259->enable_mask = ~i8259->irqs;
74 isa_outb(IO_ICU1+1, i8259->enable_mask);
75 isa_outb(IO_ICU2+1, i8259->enable_mask >> 8);
81 struct i8259_ops *i8259 = (struct i8259_ops *)pic; local
84 i8259
[all...]
H A Dpic_i8259.c54 struct i8259_ops *i8259; local
57 i8259 = kmem_alloc(sizeof(*i8259), KM_SLEEP);
58 KASSERT(i8259 != NULL);
59 pic = &i8259->pic;
70 strcpy(pic->pic_name, "i8259");
72 i8259->pending_events = 0;
73 i8259->enable_mask = 0xffffffff;
74 i8259->irqs = 0;
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Di8259.c1 /* $NetBSD: i8259.c,v 1.14 2008/07/03 14:02:25 drochner Exp $ */
73 __KERNEL_RCSID(0, "$NetBSD: i8259.c,v 1.14 2008/07/03 14:02:25 drochner Exp $");
89 #include <machine/i8259.h>
H A Dioapic.c85 #include <machine/i8259.h>
H A Dintr.c157 #include <machine/i8259.h>
495 * Find a slot for a new interrupt source. For the i8259 case,
700 panic("intr_establish: non-legacy IRQ on i8259");
/netbsd-6-1-5-RELEASE/sys/arch/x86/conf/
H A Dfiles.x8678 file arch/x86/x86/i8259.c
/netbsd-6-1-5-RELEASE/sys/arch/x86/acpi/
H A Dacpi_wakeup.c90 #include <machine/i8259.h>
/netbsd-6-1-5-RELEASE/sys/arch/xen/x86/
H A Dintr.c125 #include <machine/i8259.h>
132 /* for x86/i8259.c */
201 panic("intr_establish: non-legacy IRQ on i8259");
/netbsd-6-1-5-RELEASE/sys/arch/i386/isa/
H A Dnpx.c132 #include <machine/i8259.h>
204 * having a i8259 compatible setup all the time. Maybe have to change
/netbsd-6-1-5-RELEASE/sys/arch/i386/i386/
H A Dvector.S77 #include <machine/i8259.h>
/netbsd-6-1-5-RELEASE/sys/arch/amd64/amd64/
H A Dvector.S76 #include <machine/i8259.h>

Completed in 117 milliseconds