Searched refs:PS2_QUEUE_SIZE (Results 1 - 1 of 1) sorted by relevance

/external/qemu/hw/input/
H A Dps2.c73 #define PS2_QUEUE_SIZE 256 macro
76 uint8_t data[PS2_QUEUE_SIZE];
128 if (q->count >= PS2_QUEUE_SIZE)
131 if (++q->wptr == PS2_QUEUE_SIZE)
169 index = PS2_QUEUE_SIZE - 1;
173 if (++q->rptr == PS2_QUEUE_SIZE)
349 (s->common.queue.count < (PS2_QUEUE_SIZE - 16))) {

Completed in 88 milliseconds