HomeSort by: relevance | last modified time | path
    Searched refs:PIC_ICW4 (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/x86/x86/
i8259.c 146 outb(IO_ICU1 + PIC_ICW4, ICW4_AEOI | ICW4_8086);
149 outb(IO_ICU1 + PIC_ICW4, ICW4_8086);
179 outb(IO_ICU2 + PIC_ICW4, ICW4_AEOI | ICW4_8086);
182 outb(IO_ICU2 + PIC_ICW4, ICW4_8086);
  /src/sys/dev/ic/
i8259reg.h 64 #define PIC_ICW4 0x01 /* Initialization Command Word 4 (w) */
  /src/sys/arch/cobalt/cobalt/
interrupt.c 197 ICU1_WRITE(PIC_ICW4, ICW4_SFNM | ICW4_8086);
214 ICU2_WRITE(PIC_ICW4, ICW4_SFNM | ICW4_8086);
  /src/sys/arch/algor/pci/
pcib.c 190 bus_space_write_1(sc->sc_iot, sc->sc_ioh_icu1, PIC_ICW4,
212 bus_space_write_1(sc->sc_iot, sc->sc_ioh_icu2, PIC_ICW4,
  /src/sys/arch/arc/isa/
isabus.c 493 isa_outb(IO_ICU1 + PIC_ICW4, ICW4_8086);
515 isa_outb(IO_ICU2 + PIC_ICW4, ICW4_8086);
  /src/sys/arch/evbmips/loongson/
generic2e_machdep.c 567 REGVAL8(BONITO_PCIIO_BASE + IO_ICU1 + PIC_ICW4) = ICW4_8086;
581 REGVAL8(BONITO_PCIIO_BASE + IO_ICU2 + PIC_ICW4) = ICW4_8086;
yeeloong_machdep.c 291 REGVAL8(BONITO_PCIIO_BASE + IO_ICU1 + PIC_ICW4) = ICW4_8086;
306 REGVAL8(BONITO_PCIIO_BASE + IO_ICU2 + PIC_ICW4) = ICW4_8086;
  /src/sys/arch/evbarm/iyonix/
iyonix_machdep.c 419 IYONIX_PIC_WRITE(IYONIX_MASTER_PIC + PIC_ICW4, ICW4_8086);
425 IYONIX_PIC_WRITE(IYONIX_SLAVE_PIC + PIC_ICW4, ICW4_8086);
  /src/sys/arch/evbmips/malta/pci/
pcib.c 231 bus_space_write_1(sc->sc_iot, sc->sc_ioh_icu1, PIC_ICW4,
253 bus_space_write_1(sc->sc_iot, sc->sc_ioh_icu2, PIC_ICW4,
  /src/sys/arch/iyonix/iyonix/
iyonix_machdep.c 389 IYONIX_PIC_WRITE(IYONIX_MASTER_PIC + PIC_ICW4, ICW4_8086);
395 IYONIX_PIC_WRITE(IYONIX_SLAVE_PIC + PIC_ICW4, ICW4_8086);

Completed in 43 milliseconds