Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dct65550.c49 static struct vcons_screen chipsfb_console_screen; variable
251 ri = &chipsfb_console_screen.scr_ri; in chipsfb_do_attach()
253 vcons_init_screen(&sc->vd, &chipsfb_console_screen, 1, in chipsfb_do_attach()
255 chipsfb_console_screen.scr_flags |= VCONS_SCREEN_IS_STATIC; in chipsfb_do_attach()
269 if (chipsfb_console_screen.scr_ri.ri_rows == 0) { in chipsfb_do_attach()
271 vcons_init_screen(&sc->vd, &chipsfb_console_screen, 1, in chipsfb_do_attach()
289 vcons_replay_msgbuf(&chipsfb_console_screen); in chipsfb_do_attach()