Searched refs:dc_rows (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/dev/hpc/ |
| D | hpcfb.c | 116 int dc_rows; member 405 hpcfb_redraw(&hpcfb_console_dc, 0, hpcfb_console_dc.dc_rows, 1); in hpcfb_cnattach() 408 hpcfb_console_wsscreen.nrows = hpcfb_console_dc.dc_rows; in hpcfb_cnattach() 494 dc->dc_rows = dc->dc_rinfo.ri_rows; in hpcfb_init() 498 dc->dc_min_row = dc->dc_rows; in hpcfb_init() 718 hpcfb_redraw(dc, 0, dc->dc_rows, 1); in hpcfb_refresh_screen() 758 hpcfb_stdscreen.nrows = dc->dc_rows; in hpcfb_alloc_screen() 763 dc->dc_rows = dc->dc_rinfo.ri_rows; in hpcfb_alloc_screen() 769 dc->dc_tvram = malloc(sizeof(struct hpcfb_tvrow)*dc->dc_rows, in hpcfb_alloc_screen() 1341 hpcfb_redraw(dc, 0, dc->dc_rows, 1); in hpcfb_update() [all …]
|