Searched refs:have_linemode (Results 1 – 1 of 1) sorted by relevance
189 static int sclp_early_setup(int disable, int *have_linemode, int *have_vt220) in sclp_early_setup() argument197 *have_linemode = *have_vt220 = 0; in sclp_early_setup()204 *have_linemode = sclp_early_con_check_linemode(sccb); in sclp_early_setup()215 int have_linemode, have_vt220; in __sclp_early_printk() local219 if (sclp_early_setup(0, &have_linemode, &have_vt220) != 0) in __sclp_early_printk()221 if (have_linemode) in __sclp_early_printk()225 sclp_early_setup(1, &have_linemode, &have_vt220); in __sclp_early_printk()