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

/netbsd-6-1-5-RELEASE/sys/arch/sandpoint/isa/
H A Disaclock.c156 isa_outb(PITAUX_PORT, isa_inb(PITAUX_PORT) & ~PIT_SPKR);
186 isa_outb(PITAUX_PORT, isa_inb(PITAUX_PORT) | PIT_SPKR); /* enable counter 2 */
/netbsd-6-1-5-RELEASE/sys/arch/mvmeppc/include/
H A Disa_machdep.h38 #define isa_inb(x) inb(PREP_BUS_SPACE_IO + (x)) macro
/netbsd-6-1-5-RELEASE/sys/arch/ofppc/include/
H A Disa_machdep.h43 uint8_t isa_inb(uint32_t);
/netbsd-6-1-5-RELEASE/sys/arch/prep/include/
H A Disa_machdep.h43 #define isa_inb(x) inb(PREP_BUS_SPACE_IO + (x)) macro
/netbsd-6-1-5-RELEASE/sys/arch/sandpoint/include/
H A Disa_machdep.h38 #define isa_inb(x) inb(SANDPOINT_BUS_SPACE_IO + (x)) macro
/netbsd-6-1-5-RELEASE/sys/arch/ibmnws/include/
H A Disa_machdep.h43 #define isa_inb(x) inb(PREP_BUS_SPACE_IO + (x)) macro
/netbsd-6-1-5-RELEASE/sys/arch/bebox/include/
H A Disa_machdep.h43 #define isa_inb(x) inb(PREP_BUS_SPACE_IO + (x)) macro
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/pic/
H A Di8259_common.c106 irq = isa_inb(IO_ICU1) & 0x07;
109 irq = (isa_inb(IO_ICU2) & 0x07) + 8;
H A Dpic_prepivr.c111 elcr[0] = isa_inb(IO_ELCR1);
112 elcr[1] = isa_inb(IO_ELCR2);
/netbsd-6-1-5-RELEASE/sys/arch/arc/arc/
H A Dc_isa.c185 vector = isa_inb(IO_ICU1);
189 vector = isa_inb(IO_ICU2);
/netbsd-6-1-5-RELEASE/sys/arch/ofppc/isa/
H A Disa_machdep.c80 isa_inb(uint32_t addr) function
/netbsd-6-1-5-RELEASE/sys/arch/arc/isa/
H A Disabus.c425 isa_inb(IO_ICU2 + PIC_OCW1);
433 isa_inb(IO_ICU1 + PIC_OCW1);
453 isa_inb(IO_ICU1 + PIC_OCW1);
454 isa_inb(IO_ICU2 + PIC_OCW1);
534 isa_outb(PITAUX_PORT, isa_inb(PITAUX_PORT) & ~PIT_SPKR);
556 isa_outb(PITAUX_PORT, isa_inb(PITAUX_PORT) | PIT_SPKR);
/netbsd-6-1-5-RELEASE/sys/arch/arc/dti/
H A Dbtl.c226 sts = isa_inb(iobase + BT_STAT_PORT);
242 while ((isa_inb(iobase + BT_STAT_PORT)) & BT_STAT_DF)
243 isa_inb(iobase + BT_DATA_PORT);
251 sts = isa_inb(iobase + BT_STAT_PORT);
271 sts = isa_inb(iobase + BT_STAT_PORT);
284 *obuf++ = isa_inb(iobase + BT_DATA_PORT);
293 sts = isa_inb(iobase + BT_INTR_PORT);
521 sts = isa_inb(iobase + BT_INTR_PORT);
900 sts = isa_inb(iobase + BHA_STAT_PORT);
914 sts = isa_inb(iobas
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/arc/include/
H A Disa_machdep.h47 #define isa_inb(x) inb(arc_bus_io.bs_vbase + (x) - arc_bus_io.bs_start) macro

Completed in 266 milliseconds