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

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Di8259reg.h56 #define PIC_ICW2 0x01 /* Initialization Command Word 2 (w) */ macro
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Di8259.c137 outb(IO_ICU1 + PIC_ICW2, ICU_OFFSET);
171 outb(IO_ICU2 + PIC_ICW2, ICU_OFFSET + 8);
/netbsd-6-1-5-RELEASE/sys/arch/cobalt/cobalt/
H A Dinterrupt.c191 ICU1_WRITE(PIC_ICW2, 0); /* XXX */
208 ICU2_WRITE(PIC_ICW2, 8); /* XXX */
/netbsd-6-1-5-RELEASE/sys/arch/evbmips/loongson/
H A Dgeneric2e_machdep.c564 REGVAL8(BONITO_PCIIO_BASE + IO_ICU1 + PIC_ICW2) = ICW2_VECTOR(0);
578 REGVAL8(BONITO_PCIIO_BASE + IO_ICU2 + PIC_ICW2) = ICW2_VECTOR(8);
H A Dyeeloong_machdep.c281 REGVAL8(BONITO_PCIIO_BASE + IO_ICU1 + PIC_ICW2) = ICW2_VECTOR(0);
297 REGVAL8(BONITO_PCIIO_BASE + IO_ICU2 + PIC_ICW2) = ICW2_VECTOR(8);
/netbsd-6-1-5-RELEASE/sys/arch/arc/isa/
H A Disabus.c486 isa_outb(IO_ICU1 + PIC_ICW2, 0);
508 isa_outb(IO_ICU2 + PIC_ICW2, 8);
/netbsd-6-1-5-RELEASE/sys/arch/algor/pci/
H A Dpcib.c186 bus_space_write_1(sc->sc_iot, sc->sc_ioh_icu1, PIC_ICW2,
208 bus_space_write_1(sc->sc_iot, sc->sc_ioh_icu2, PIC_ICW2,
/netbsd-6-1-5-RELEASE/sys/arch/iyonix/iyonix/
H A Diyonix_machdep.c430 IYONIX_PIC_WRITE(IYONIX_MASTER_PIC + PIC_ICW2, ICW2_IRL(0));
436 IYONIX_PIC_WRITE(IYONIX_SLAVE_PIC + PIC_ICW2, ICW2_IRL(0));
/netbsd-6-1-5-RELEASE/sys/arch/evbmips/malta/pci/
H A Dpcib.c227 bus_space_write_1(sc->sc_iot, sc->sc_ioh_icu1, PIC_ICW2,
249 bus_space_write_1(sc->sc_iot, sc->sc_ioh_icu2, PIC_ICW2,

Completed in 79 milliseconds