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

  /src/sys/arch/amiga/dev/
afsc.c 114 badaddr((void *)__UNVOLATILE(&rp->siop_temp))) {
118 temp = rp->siop_temp;
120 rp->siop_temp = 0xaaaa5555;
121 if (rp->siop_scratch != 0xdeadbeef || rp->siop_temp != 0xaaaa5555)
124 rp->siop_temp = temp;
125 if (rp->siop_scratch != scratch || rp->siop_temp != temp)
siopreg.h 79 /*1c*/ volatile unsigned long siop_temp; /* rw: Temporary Stack reg */ member in struct:__anon0bcffb330108
140 /*1c*/ volatile unsigned long siop_temp; /* rw: Temporary Stack reg */
siop2.c 941 rp->siop_temp = 0;
1296 device_xname(sc->sc_dev), 1 << target, rp->siop_temp,
1297 rp->siop_temp ? rp->siop_temp - sc->sc_scriptspa : 0,
1314 if (acb->iob_len && rp->siop_temp) {
1315 int n = rp->siop_temp - sc->sc_scriptspa;
1479 rp->siop_temp = 0;
1511 rp->siop_temp = 0;
1796 rp->siop_dsa, rp->siop_temp, rp->siop_dnad);
siop.c 881 rp->siop_temp = 0;
1161 device_xname(sc->sc_dev), 1 << target, rp->siop_temp,
1162 rp->siop_temp ? rp->siop_temp - sc->sc_scriptspa : 0,
1179 if (acb->iob_len && rp->siop_temp) {
1180 int n = rp->siop_temp - sc->sc_scriptspa;
1337 rp->siop_temp = 0;
1368 rp->siop_temp = 0;

Completed in 15 milliseconds