Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/char/
H A Dsclp_tty.c30 #define SCLP_TTY_BUF_SIZE 512 macro
51 static u8 sclp_tty_chars[SCLP_TTY_BUF_SIZE];
256 if (ch == '\n' || sclp_tty_chars_count >= SCLP_TTY_BUF_SIZE) { in sclp_tty_put_char()