Searched refs:wr_mirror (Results 1 – 1 of 1) sorted by relevance
268 unsigned char wr_mirror; in ergo_writebootseq() local276 wr_mirror = sp->WrPtr; /* only once read */ in ergo_writebootseq()293 if ((nr_write = tmp_rdptr - wr_mirror - 1) < 0) in ergo_writebootseq()306 *(dst + wr_mirror) = *buf++; /* output one byte */ in ergo_writebootseq()307 if (++wr_mirror >= buflen) in ergo_writebootseq()308 wr_mirror = 0; in ergo_writebootseq()309 sp->WrPtr = wr_mirror; /* announce the next byte to E1 */ in ergo_writebootseq()