OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IRQ_SLAVE
(Results
1 - 19
of
19
) sorted by relevancy
/src/sys/arch/bebox/include/
intr.h
41
#define
IRQ_SLAVE
2
42
#define LEGAL_HWIRQ_P(x) ((u_int)(x) < ICU_LEN && (x) !=
IRQ_SLAVE
)
/src/sys/arch/arm/footbridge/isa/
icu.h
62
#define
IRQ_SLAVE
2
isa_machdep.c
127
outb(IO_ICU1+1, 1 <<
IRQ_SLAVE
); /* slave on line 2 */
142
outb(IO_ICU2+1,
IRQ_SLAVE
);
226
irqs |= 1 <<
IRQ_SLAVE
;
/src/sys/arch/ofppc/include/
intr.h
44
#define
IRQ_SLAVE
2
/src/sys/arch/sandpoint/include/
intr.h
43
#define
IRQ_SLAVE
2
/src/sys/arch/shark/isa/
icu.h
62
#define
IRQ_SLAVE
2
isa_irq.S
144
tst r2, #(1 <<
IRQ_SLAVE
) /* if slave is enabled */
145
tstne r8, #(1 <<
IRQ_SLAVE
) /* anything from slave? */
152
bic r8, r8, #(1 <<
IRQ_SLAVE
)
331
biceq r1, r1, #(1 <<
IRQ_SLAVE
) /* no, so disable it */
332
orrne r1, r1, #(1 <<
IRQ_SLAVE
) /* yes, so enable it */
isa_shark_machdep.c
126
outb(IO_ICU1+1, 1 <<
IRQ_SLAVE
); /* slave on line 2 */
134
outb(IO_ICU2+1,
IRQ_SLAVE
); /* who ami i? */
/src/sys/arch/ibmnws/include/
intr.h
47
#define
IRQ_SLAVE
2
48
#define LEGAL_HWIRQ_P(x) ((u_int)(x) < ICU_LEN && (x) !=
IRQ_SLAVE
)
/src/sys/arch/mvmeppc/include/
intr.h
43
#define
IRQ_SLAVE
2
44
#define LEGAL_HWIRQ_P(x) ((u_int)(x) < ICU_LEN && (x) !=
IRQ_SLAVE
)
/src/sys/arch/prep/include/
intr.h
48
#define
IRQ_SLAVE
2
49
#define LEGAL_HWIRQ_P(x) ((u_int)(x) < ICU_LEN && (x) !=
IRQ_SLAVE
)
/src/sys/arch/powerpc/pic/
i8259_common.c
53
isa_outb(IO_ICU1+1, 1 <<
IRQ_SLAVE
); /* slave on line 2 */
59
isa_outb(IO_ICU2+1,
IRQ_SLAVE
);
71
i8259->irqs |= 1 <<
IRQ_SLAVE
;
96
isa_outb(IO_ICU1, 0xe0 |
IRQ_SLAVE
);
107
if (irq ==
IRQ_SLAVE
) {
/src/sys/arch/atari/isa/
isa_milan.c
55
#define
IRQ_SLAVE
2 /* Slave at level 2 */
77
icu[1] = (1 <<
IRQ_SLAVE
); /* slave on line 2 */
87
icu[1] =
IRQ_SLAVE
; /* slave on line 2 */
108
nmask |= 1 <<
IRQ_SLAVE
;
127
vector =
IRQ_SLAVE
;
162
vector =
IRQ_SLAVE
;
/src/sys/arch/x86/include/
i8259.h
60
#define
IRQ_SLAVE
2
91
movb $(0x60|
IRQ_SLAVE
),%al /* specific EOI for IRQ2 */ ;\
112
movb $(0x60|
IRQ_SLAVE
),%al /* specific EOI for IRQ2 */ ;\
/src/sys/arch/cobalt/cobalt/
interrupt.c
100
#define
IRQ_SLAVE
2
195
ICU1_WRITE(PIC_ICW3, ICW3_CASCADE(
IRQ_SLAVE
));
212
ICU2_WRITE(PIC_ICW3, ICW3_SIC(
IRQ_SLAVE
));
248
if (irq >= NICU_INT || irq ==
IRQ_SLAVE
|| type == IST_NONE)
318
icu_imask &= ~(1U <<
IRQ_SLAVE
);
320
icu_imask |= (1U <<
IRQ_SLAVE
);
345
if (irq ==
IRQ_SLAVE
) {
365
irq =
IRQ_SLAVE
;
/src/sys/arch/x86/x86/
i8259.c
142
outb(IO_ICU1 + PIC_ICW3, ICW3_CASCADE(
IRQ_SLAVE
));
176
outb(IO_ICU2 + PIC_ICW3, ICW3_SIC(
IRQ_SLAVE
));
248
irqs |= 1 <<
IRQ_SLAVE
;
/src/sys/arch/powerpc/pci/
pci_machdep_common.c
94
#ifdef
IRQ_SLAVE
95
|| ih ==
IRQ_SLAVE
121
#ifdef
IRQ_SLAVE
122
|| ih ==
IRQ_SLAVE
/src/sys/arch/arc/isa/
isabus.c
164
#define
IRQ_SLAVE
2
309
irqs |= 1 <<
IRQ_SLAVE
;
434
OCW2_SELECT | OCW2_EOI | OCW2_SL |
IRQ_SLAVE
);
491
isa_outb(IO_ICU1 + PIC_ICW3, ICW3_CASCADE(
IRQ_SLAVE
));
513
isa_outb(IO_ICU2 + PIC_ICW3, ICW3_SIC(
IRQ_SLAVE
));
/src/sys/arch/prep/pci/
pci_machdep.c
251
if (line ==
IRQ_SLAVE
) {
Completed in 25 milliseconds
Indexes created Tue Oct 21 05:10:09 GMT 2025