Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dsetup.h69 #define CONSOLE_IS_SCLP (console_mode == 1) macro
/linux/drivers/s390/char/
H A Dsclp_con.c290 if (!(CONSOLE_IS_SCLP || CONSOLE_IS_VT220)) in sclp_console_init()
H A Dsclp_tty.c513 if (machine_is_vm() && !CONSOLE_IS_SCLP) in sclp_tty_init()
/linux/arch/s390/kernel/
H A Dsetup.c216 if (CONSOLE_IS_3215 || CONSOLE_IS_SCLP) in set_preferred_console()