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

  /src/sys/arch/mac68k/mac68k/
iop.c 84 alive = iop_read1(ioph, IOP_ADDR_ALIVE);
85 iop_write1(ioph, IOP_ADDR_ALIVE, 0);
178 iop_write1(ioph, IOP_ADDR_ALIVE, 0);
196 do { c2 = iop_read1(ioph, IOP_ADDR_ALIVE); cs++; } while (c2 != 0xff);
  /src/sys/arch/mac68k/include/
iopreg.h 95 #define IOP_ADDR_ALIVE 0x31F

Completed in 15 milliseconds