Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/vax/vsa/
H A Dlcg.c224 static u_char fifo_counter = 0; variable
265 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()