Searched refs:hpcfb_console_dc (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/hpc/
H A Dhpcfb.c274 struct hpcfb_devconfig hpcfb_console_dc; variable in typeref:struct:hpcfb_devconfig
304 sc->sc_dc = &hpcfb_console_dc;
306 hpcfb_console_dc.dc_sc = sc;
314 &hpcfb_console_dc.dc_rinfo);
396 memset(&hpcfb_console_dc, 0, sizeof(struct hpcfb_devconfig));
397 if (hpcfb_init(fbconf, &hpcfb_console_dc) != 0)
399 hpcfb_console_dc.dc_state |= HPCFB_DC_CURRENT;
401 hpcfb_console_dc.dc_tvram = hpcfb_console_tvram;
404 hpcfb_redraw(&hpcfb_console_dc, 0, hpcfb_console_dc
[all...]

Completed in 96 milliseconds