Searched refs:isa_outb (Results 1 - 14 of 14) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/powerpc/pic/
H A Di8259_common.c51 isa_outb(IO_ICU1, 0x11); /* program device, four bytes */
52 isa_outb(IO_ICU1+1, 0); /* starting at this vector */
53 isa_outb(IO_ICU1+1, 1 << IRQ_SLAVE); /* slave on line 2 */
54 isa_outb(IO_ICU1+1, 1); /* 8086 mode */
55 isa_outb(IO_ICU1+1, 0xff); /* leave interrupts masked */
57 isa_outb(IO_ICU2, 0x11); /* program device, four bytes */
58 isa_outb(IO_ICU2+1, 8); /* starting at this vector */
59 isa_outb(IO_ICU2+1, IRQ_SLAVE);
60 isa_outb(IO_ICU2+1, 1); /* 8086 mode */
61 isa_outb(IO_ICU
[all...]
H A Dpic_prepivr.c96 isa_outb(IO_ELCR1, (0 >> 0) & 0xff);
97 isa_outb(IO_ELCR2, (0 >> 8) & 0xff);
119 isa_outb(IO_ELCR1, elcr[0]);
120 isa_outb(IO_ELCR2, elcr[1]);
/netbsd-6-1-5-RELEASE/sys/arch/sandpoint/isa/
H A Disaclock.c156 isa_outb(PITAUX_PORT, isa_inb(PITAUX_PORT) & ~PIT_SPKR);
182 isa_outb(IO_TIMER1 + TIMER_MODE,
184 isa_outb(IO_TIMER1 + TIMER_CNTR2, TIMER_DIV(pitch) % 256);
185 isa_outb(IO_TIMER1 + TIMER_CNTR2, TIMER_DIV(pitch) / 256);
186 isa_outb(PITAUX_PORT, isa_inb(PITAUX_PORT) | PIT_SPKR); /* enable counter 2 */
/netbsd-6-1-5-RELEASE/sys/arch/arc/isa/
H A Disabus.c305 isa_outb(IO_ICU1 + PIC_OCW1, imen);
306 isa_outb(IO_ICU2 + PIC_OCW1, imen >> 8);
426 isa_outb(IO_ICU2 + PIC_OCW1, imen >> 8);
427 isa_outb(IO_ICU2 + PIC_OCW2,
430 isa_outb(IO_ICU1,
434 isa_outb(IO_ICU1 + PIC_OCW1, imen);
435 isa_outb(IO_ICU1 + PIC_OCW2,
455 isa_outb(IO_ICU1 + PIC_OCW1, imen);
456 isa_outb(IO_ICU2 + PIC_OCW1, imen >> 8);
484 isa_outb(IO_ICU
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/mvmeppc/include/
H A Disa_machdep.h37 #define isa_outb(x,y) outb(PREP_BUS_SPACE_IO + (x), y) macro
/netbsd-6-1-5-RELEASE/sys/arch/ofppc/include/
H A Disa_machdep.h44 void isa_outb(uint32_t, uint8_t);
/netbsd-6-1-5-RELEASE/sys/arch/prep/include/
H A Disa_machdep.h42 #define isa_outb(x,y) outb(PREP_BUS_SPACE_IO + (x), y) macro
/netbsd-6-1-5-RELEASE/sys/arch/sandpoint/include/
H A Disa_machdep.h37 #define isa_outb(x,y) outb(SANDPOINT_BUS_SPACE_IO + (x), y) macro
/netbsd-6-1-5-RELEASE/sys/arch/ibmnws/include/
H A Disa_machdep.h42 #define isa_outb(x,y) outb(PREP_BUS_SPACE_IO + (x), y) macro
/netbsd-6-1-5-RELEASE/sys/arch/bebox/include/
H A Disa_machdep.h42 #define isa_outb(x,y) outb(PREP_BUS_SPACE_IO + (x), y) macro
/netbsd-6-1-5-RELEASE/sys/arch/arc/arc/
H A Dc_isa.c184 isa_outb(IO_ICU1, 0x0f); /* Poll */
188 isa_outb(IO_ICU2, 0x0f);
/netbsd-6-1-5-RELEASE/sys/arch/ofppc/isa/
H A Disa_machdep.c95 isa_outb(uint32_t addr, uint8_t val) function
/netbsd-6-1-5-RELEASE/sys/arch/arc/include/
H A Disa_machdep.h46 #define isa_outb(x,y) outb(arc_bus_io.bs_vbase + (x)- arc_bus_io.bs_start, y) macro
/netbsd-6-1-5-RELEASE/sys/arch/arc/dti/
H A Dbtl.c260 isa_outb(iobase + BT_CTRL_PORT, BT_CTRL_SRST);
263 isa_outb(iobase + BT_CMD_PORT, *ibuf++);
281 isa_outb(iobase + BT_CTRL_PORT, BT_CTRL_SRST);
305 isa_outb(iobase + BT_CTRL_PORT, BT_CTRL_IRST);
524 isa_outb(iobase + BT_CTRL_PORT, BT_CTRL_IRST);
779 isa_outb(iobase + BT_CMD_PORT, BT_START_SCSI);
910 isa_outb(iobase + BT_CTRL_PORT, BT_CTRL_HRST | BT_CTRL_SRST);

Completed in 455 milliseconds