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

  /src/sys/arch/powerpc/include/oea/
cpufeat.h 57 #define oea_mapiodev(addr, size) ((oeacpufeat & OEACPU_NOBAT) ? \ macro
  /src/sys/arch/macppc/pci/
uninorth.c 165 pc->pc_addr = oea_mapiodev(reg[0] + 0x800000, 4);
166 pc->pc_data = oea_mapiodev(reg[0] + 0xc00000, 8);
170 pc->pc_addr = oea_mapiodev(reg[1] + 0x800000, 4);
171 pc->pc_data = oea_mapiodev(reg[1] + 0xc00000, 8);
  /src/sys/arch/macppc/macppc/
interrupts.c 104 opic = setup_openpic(oea_mapiodev(pic_base, 0x40000), pass_through);
cpu.c 233 uint32_t kl_base = (uint32_t)oea_mapiodev(0x80000000, 0x1000);

Completed in 12 milliseconds