OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:i8259
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/powerpc/pic/
pic_i8259.c
54
struct i8259_ops *
i8259
;
local in function:setup_i8259
57
i8259
= kmem_alloc(sizeof(*
i8259
), KM_SLEEP);
58
pic = &
i8259
->pic;
69
strcpy(pic->pic_name, "
i8259
");
71
i8259
->pending_events = 0;
72
i8259
->enable_mask = 0xffffffff;
73
i8259
->irqs = 0;
i8259_common.c
67
struct i8259_ops *
i8259
= (struct i8259_ops *)pic;
local in function:i8259_enable_irq
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 in function:i8259_disable_irq
84
i8259
->enable_mask |= mask
[
all
...]
/src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/mti/
malta.dts
44
i8259
: interrupt-controller@20 {
label
45
compatible = "intel,
i8259
";
113
interrupt-parent = <&
i8259
>;
Completed in 13 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025