Home
last modified time | relevance | path

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

/openbmc/qemu/hw/m68k/
H A Dnext-kbd.c56 #define KBD_QUEUE_SIZE 256 macro
59 uint8_t data[KBD_QUEUE_SIZE];
115 if (++q->rptr == KBD_QUEUE_SIZE) { in kbd_read_long()
225 if (q->count >= KBD_QUEUE_SIZE) { in queue_code()
231 if (++q->wptr == KBD_QUEUE_SIZE) { in queue_code()