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

  /src/sys/arch/amiga/dev/
afsc.c 113 if (badaddr((void *)__UNVOLATILE(&rp->siop_scratch)) ||
117 scratch = rp->siop_scratch;
119 rp->siop_scratch = 0xdeadbeef;
121 if (rp->siop_scratch != 0xdeadbeef || rp->siop_temp != 0xaaaa5555)
123 rp->siop_scratch = scratch;
125 if (rp->siop_scratch != scratch || rp->siop_temp != temp)
siopreg.h 97 /*34*/ volatile unsigned long siop_scratch; /* rw: Scratch Register */ member in struct:__anon0bcffb330108
siop.c 1285 int reselid = rp->siop_scratch & 0x7f;

Completed in 13 milliseconds