Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dsetup.h112 #define CONSOLE_IS_VT220 (console_mode == 4) macro
/linux/drivers/s390/char/
H A Dsclp_con.c277 if (!(CONSOLE_IS_SCLP || CONSOLE_IS_VT220)) in sclp_console_init()
/linux/arch/s390/kernel/
H A Dsetup.c217 else if (CONSOLE_IS_VT220) in set_preferred_console()