Home
last modified time | relevance | path

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

/original-bsd/sys/sparc/sbus/
H A Dcgthree.c101 sc->sc_fb.fb_type.fb_type = FBTYPE_SUN3COLOR;
106 sc->sc_fb.fb_type.fb_depth = 8;
107 sc->sc_fb.fb_type.fb_cmsize = 256;
108 sc->sc_fb.fb_type.fb_size = ramsize;
110 sc->sc_fb.fb_type.fb_width, sc->sc_fb.fb_type.fb_height);
188 *(struct fbtype *)data = sc->sc_fb.fb_type;
193 fba->real_type = sc->sc_fb.fb_type.fb_type;
195 fba->fbtype = sc->sc_fb.fb_type;
197 fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
199 fba->emu_types[0] = sc->sc_fb.fb_type.fb_type;
[all …]
H A Dbwtwo.c94 sc->sc_fb.fb_type.fb_type = FBTYPE_SUN2BW;
95 sc->sc_fb.fb_type.fb_width = getpropint(node, "width", 1152);
96 sc->sc_fb.fb_type.fb_height = getpropint(node, "height", 900);
98 ramsize = sc->sc_fb.fb_type.fb_height * sc->sc_fb.fb_linebytes;
99 sc->sc_fb.fb_type.fb_depth = 1;
100 sc->sc_fb.fb_type.fb_cmsize = 0;
101 sc->sc_fb.fb_type.fb_size = ramsize;
103 sc->sc_fb.fb_type.fb_width, sc->sc_fb.fb_type.fb_height);
172 *(struct fbtype *)data = sc->sc_fb.fb_type;
214 if ((unsigned)off >= sc->sc_fb.fb_type.fb_size)
H A Dcgsix.c125 sc->sc_fb.fb_type.fb_type = FBTYPE_SUNFAST_COLOR;
126 sc->sc_fb.fb_type.fb_width = getpropint(node, "width", 1152);
130 sc->sc_fb.fb_type.fb_depth = 8;
131 sc->sc_fb.fb_type.fb_cmsize = 256;
132 sc->sc_fb.fb_type.fb_size = ramsize;
134 sc->sc_fb.fb_type.fb_width, sc->sc_fb.fb_type.fb_height);
213 *(struct fbtype *)data = sc->sc_fb.fb_type;
218 fba->real_type = sc->sc_fb.fb_type.fb_type;
220 fba->fbtype = sc->sc_fb.fb_type;
222 fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
[all …]
/original-bsd/sys/luna68k/dev/
H A Dfbio.h33 int fb_type; /* as defined above */ member
/original-bsd/sys/sparc/include/
H A Dfbvar.h37 struct fbtype fb_type; /* what it says */ member
/original-bsd/sys/sys/
H A Dfbio.h52 int fb_type; /* as defined above */ member
/original-bsd/sys/sparc/rcons/
H A Drcons_kern.c172 register struct fbtype *ft = &fb->fb_type;