Searched refs:fifo_counter (Results 1 – 1 of 1) sorted by relevance
224 static u_char fifo_counter = 0; variable265 fifo_counter &= 0x3; in fifo_put()266 fifoaddr[fifo_counter] = data; in fifo_put()267 fifo_counter++; in fifo_put()275 while (fifo_counter % 4) in fifo_fill()