HomeSort by: relevance | last modified time | path
    Searched refs:dc_rcons (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/mac68k/dev/
macfbvar.h 57 struct rcons dc_rcons; /* raster blitter control info */ member in struct:macfb_devconfig
macfbvar.h 57 struct rcons dc_rcons; /* raster blitter control info */ member in struct:macfb_devconfig
macfb.c 173 rcp = &dc->dc_rcons;
180 macfb_stdscreen.nrows = dc->dc_rcons.rc_maxrow;
181 macfb_stdscreen.ncols = dc->dc_rcons.rc_maxcol;
304 *cookiep = &sc->sc_dc->dc_rcons; /* one and only for now */
307 rcons_allocattr(&sc->sc_dc->dc_rcons, 0, 0, 0, &defattr);
352 rcons_allocattr(&dc->dc_rcons, 0, 0, 0, &defattr);
354 wsdisplay_cnattach(&macfb_stdscreen, &dc->dc_rcons,
macfb.c 173 rcp = &dc->dc_rcons;
180 macfb_stdscreen.nrows = dc->dc_rcons.rc_maxrow;
181 macfb_stdscreen.ncols = dc->dc_rcons.rc_maxcol;
304 *cookiep = &sc->sc_dc->dc_rcons; /* one and only for now */
307 rcons_allocattr(&sc->sc_dc->dc_rcons, 0, 0, 0, &defattr);
352 rcons_allocattr(&dc->dc_rcons, 0, 0, 0, &defattr);
354 wsdisplay_cnattach(&macfb_stdscreen, &dc->dc_rcons,
  /src/sys/arch/next68k/dev/
nextdisplayvar.h 60 struct rcons dc_rcons; /* raster blitter control info */ member in struct:nextdisplay_config
nextdisplayvar.h 60 struct rcons dc_rcons; /* raster blitter control info */ member in struct:nextdisplay_config
nextdisplay.c 208 rcp = &dc->dc_rcons;
216 nextdisplay_color.nrows = dc->dc_rcons.rc_maxrow;
217 nextdisplay_color.ncols = dc->dc_rcons.rc_maxcol;
219 nextdisplay_mono.nrows = dc->dc_rcons.rc_maxrow;
220 nextdisplay_mono.ncols = dc->dc_rcons.rc_maxcol;
377 *cookiep = &sc->sc_dc->dc_rcons; /* one and only for now */
380 rcons_allocattr(&sc->sc_dc->dc_rcons, 0, 0,
426 rcons_allocattr(&dc->dc_rcons, 0, 0,
430 &dc->dc_rcons, 0, 0, defattr);
nextdisplay.c 208 rcp = &dc->dc_rcons;
216 nextdisplay_color.nrows = dc->dc_rcons.rc_maxrow;
217 nextdisplay_color.ncols = dc->dc_rcons.rc_maxcol;
219 nextdisplay_mono.nrows = dc->dc_rcons.rc_maxrow;
220 nextdisplay_mono.ncols = dc->dc_rcons.rc_maxcol;
377 *cookiep = &sc->sc_dc->dc_rcons; /* one and only for now */
380 rcons_allocattr(&sc->sc_dc->dc_rcons, 0, 0,
426 rcons_allocattr(&dc->dc_rcons, 0, 0,
430 &dc->dc_rcons, 0, 0, defattr);

Completed in 23 milliseconds