Home
last modified time | relevance | path

Searched refs:siop_trix (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/amiga/dev/
H A Dsiop.c192 siop_trbuf[siop_trix] = (a); \
193 siop_trbuf[siop_trix+1] = (b); \
194 siop_trbuf[siop_trix+2] = (c); \
195 siop_trbuf[siop_trix+3] = (d); \
196 siop_trix = (siop_trix + 4) & (SIOP_TRACE_SIZE - 1);
198 int siop_trix; variable
1621 printf("siop trace: next index %d\n", siop_trix); in siop_dump_trace()
1622 i = siop_trix; in siop_dump_trace()
1627 } while (i != siop_trix); in siop_dump_trace()