Searched refs:PS2_QUEUE_SIZE (Results 1 – 1 of 1) sorted by relevance
73 #define PS2_QUEUE_SIZE 256 macro76 uint8_t data[PS2_QUEUE_SIZE];128 if (q->count >= PS2_QUEUE_SIZE) in ps2_queue()131 if (++q->wptr == PS2_QUEUE_SIZE) in ps2_queue()169 index = PS2_QUEUE_SIZE - 1; in ps2_read_data()173 if (++q->rptr == PS2_QUEUE_SIZE) in ps2_read_data()349 (s->common.queue.count < (PS2_QUEUE_SIZE - 16))) { in ps2_mouse_event()