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

/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Di8259.c130 outb(IO_ICU1 + PIC_ICW1, ICW1_SELECT | ICW1_LTIM | ICW1_IC4);
134 outb(IO_ICU1 + PIC_ICW1, ICW1_SELECT | ICW1_IC4);
164 outb(IO_ICU2 + PIC_ICW1, ICW1_SELECT | ICW1_LTIM | ICW1_IC4);
168 outb(IO_ICU2 + PIC_ICW1, ICW1_SELECT | ICW1_IC4);
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Di8259reg.h48 #define PIC_ICW1 0x00 /* Initialization Command Word 1 (w) */ macro
/netbsd-6-1-5-RELEASE/sys/arch/cobalt/cobalt/
H A Dinterrupt.c189 ICU1_WRITE(PIC_ICW1, ICW1_SELECT | ICW1_IC4);
206 ICU2_WRITE(PIC_ICW1, ICW1_SELECT | ICW1_IC4);
/netbsd-6-1-5-RELEASE/sys/arch/evbmips/loongson/
H A Dgeneric2e_machdep.c562 REGVAL8(BONITO_PCIIO_BASE + IO_ICU1 + PIC_ICW1) =
576 REGVAL8(BONITO_PCIIO_BASE + IO_ICU2 + PIC_ICW1) =
H A Dyeeloong_machdep.c279 REGVAL8(BONITO_PCIIO_BASE + IO_ICU1 + PIC_ICW1) =
295 REGVAL8(BONITO_PCIIO_BASE + IO_ICU2 + PIC_ICW1) =
/netbsd-6-1-5-RELEASE/sys/arch/arc/isa/
H A Disabus.c484 isa_outb(IO_ICU1 + PIC_ICW1, ICW1_SELECT | ICW1_IC4);
506 isa_outb(IO_ICU2 + PIC_ICW1, ICW1_SELECT | ICW1_IC4);
/netbsd-6-1-5-RELEASE/sys/arch/algor/pci/
H A Dpcib.c184 bus_space_write_1(sc->sc_iot, sc->sc_ioh_icu1, PIC_ICW1,
206 bus_space_write_1(sc->sc_iot, sc->sc_ioh_icu2, PIC_ICW1,
/netbsd-6-1-5-RELEASE/sys/arch/iyonix/iyonix/
H A Diyonix_machdep.c429 IYONIX_PIC_WRITE(IYONIX_MASTER_PIC + PIC_ICW1, ICW1_IC4|ICW1_SELECT);
435 IYONIX_PIC_WRITE(IYONIX_SLAVE_PIC + PIC_ICW1, ICW1_IC4|ICW1_SELECT);
/netbsd-6-1-5-RELEASE/sys/arch/evbmips/malta/pci/
H A Dpcib.c225 bus_space_write_1(sc->sc_iot, sc->sc_ioh_icu1, PIC_ICW1,
247 bus_space_write_1(sc->sc_iot, sc->sc_ioh_icu2, PIC_ICW1,

Completed in 128 milliseconds