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

  /src/sys/arch/ofppc/isa/
isa_machdep.c 45 #define IO_ELCR1 0x4d0
71 noerr = bus_space_map(&genppc_isa_io_space_tag, IO_ELCR1, 2, 0,
88 if (addr == IO_ELCR1 || addr == IO_ELCR2)
90 addr-IO_ELCR1);
103 if (addr == IO_ELCR1 || addr == IO_ELCR2)
105 addr-IO_ELCR1, val);
  /src/sys/arch/powerpc/pic/
pic_prepivr.c 56 #define IO_ELCR1 0x4d0
95 isa_outb(IO_ELCR1, (0 >> 0) & 0xff);
110 elcr[0] = isa_inb(IO_ELCR1);
118 isa_outb(IO_ELCR1, elcr[0]);
  /src/sys/arch/powerpc/isa/
isa_machdep_common.c 46 #define IO_ELCR1 0x4d0

Completed in 13 milliseconds