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

/netbsd-6-1-5-RELEASE/sys/dev/hpc/
H A Dhpcfb.c116 int dc_rows; member in struct:hpcfb_devconfig
404 hpcfb_redraw(&hpcfb_console_dc, 0, hpcfb_console_dc.dc_rows, 1);
407 hpcfb_console_wsscreen.nrows = hpcfb_console_dc.dc_rows;
483 dc->dc_rows = dc->dc_rinfo.ri_rows;
487 dc->dc_min_row = dc->dc_rows;
711 hpcfb_redraw(dc, 0, dc->dc_rows, 1);
749 hpcfb_stdscreen.nrows = dc->dc_rows;
754 dc->dc_rows = dc->dc_rinfo.ri_rows;
760 dc->dc_tvram = malloc(sizeof(struct hpcfb_tvrow)*dc->dc_rows,
1332 hpcfb_redraw(dc, 0, dc->dc_rows,
[all...]

Completed in 101 milliseconds