Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arc/dev/
H A Dpccons.c140 int kb_oq_put = 0; variable
385 if (kb_oq_get == kb_oq_put) { in kbd_cmd()
388 kb_oq[kb_oq_put] = val; in kbd_cmd()
389 kb_oq_put = (kb_oq_put + 1) & 7; in kbd_cmd()
1618 if(kb_oq_get != kb_oq_put) { in sget()