Searched refs:PIC_ICW3 (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Di8259reg.h60 #define PIC_ICW3 0x01 /* Initialization Command Word 3 (w) */ macro
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Di8259.c139 outb(IO_ICU1 + PIC_ICW3, ICW3_CASCADE(IRQ_SLAVE));
173 outb(IO_ICU2 + PIC_ICW3, ICW3_SIC(IRQ_SLAVE));
/netbsd-6-1-5-RELEASE/sys/arch/cobalt/cobalt/
H A Dinterrupt.c193 ICU1_WRITE(PIC_ICW3, ICW3_CASCADE(IRQ_SLAVE));
210 ICU2_WRITE(PIC_ICW3, ICW3_SIC(IRQ_SLAVE));
/netbsd-6-1-5-RELEASE/sys/arch/evbmips/loongson/
H A Dgeneric2e_machdep.c565 REGVAL8(BONITO_PCIIO_BASE + IO_ICU1 + PIC_ICW3) = ICW3_CASCADE(2);
579 REGVAL8(BONITO_PCIIO_BASE + IO_ICU2 + PIC_ICW3) = ICW3_SIC(2);
H A Dyeeloong_machdep.c282 REGVAL8(BONITO_PCIIO_BASE + IO_ICU1 + PIC_ICW3) = ICW3_CASCADE(2);
298 REGVAL8(BONITO_PCIIO_BASE + IO_ICU2 + PIC_ICW3) = ICW3_SIC(2);
/netbsd-6-1-5-RELEASE/sys/arch/arc/isa/
H A Disabus.c488 isa_outb(IO_ICU1 + PIC_ICW3, ICW3_CASCADE(IRQ_SLAVE));
510 isa_outb(IO_ICU2 + PIC_ICW3, ICW3_SIC(IRQ_SLAVE));
/netbsd-6-1-5-RELEASE/sys/arch/algor/pci/
H A Dpcib.c188 bus_space_write_1(sc->sc_iot, sc->sc_ioh_icu1, PIC_ICW3,
210 bus_space_write_1(sc->sc_iot, sc->sc_ioh_icu2, PIC_ICW3,
/netbsd-6-1-5-RELEASE/sys/arch/iyonix/iyonix/
H A Diyonix_machdep.c431 IYONIX_PIC_WRITE(IYONIX_MASTER_PIC + PIC_ICW3, ICW3_CASCADE(2));
437 IYONIX_PIC_WRITE(IYONIX_SLAVE_PIC + PIC_ICW3, ICW3_CASCADE(1));
/netbsd-6-1-5-RELEASE/sys/arch/evbmips/malta/pci/
H A Dpcib.c229 bus_space_write_1(sc->sc_iot, sc->sc_ioh_icu1, PIC_ICW3,
251 bus_space_write_1(sc->sc_iot, sc->sc_ioh_icu2, PIC_ICW3,

Completed in 265 milliseconds