Searched refs:GOLFISH_TTY_BUFFER_SIZE (Results 1 – 6 of 6) sorted by relevance
73 uint8_t data_out[GOLFISH_TTY_BUFFER_SIZE]; in goldfish_tty_cmd()98 to_copy = MIN(GOLFISH_TTY_BUFFER_SIZE, len); in goldfish_tty_cmd()211 fifo8_create(&s->rx_fifo, GOLFISH_TTY_BUFFER_SIZE); in goldfish_tty_realize()
19 #define GOLFISH_TTY_BUFFER_SIZE 128 macro