Home
last modified time | relevance | path

Searched refs:fba (Results 1 – 2 of 2) sorted by relevance

/original-bsd/sys/sparc/sbus/
H A Dcgthree.c182 register struct fbgattr *fba; local
192 fba = (struct fbgattr *)data;
193 fba->real_type = sc->sc_fb.fb_type.fb_type;
194 fba->owner = 0; /* XXX ??? */
195 fba->fbtype = sc->sc_fb.fb_type;
196 fba->sattr.flags = 0;
197 fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
198 fba->sattr.dev_specific[0] = -1;
199 fba->emu_types[0] = sc->sc_fb.fb_type.fb_type;
200 fba->emu_types[1] = -1;
H A Dcgsix.c217 #define fba ((struct fbgattr *)data) macro
218 fba->real_type = sc->sc_fb.fb_type.fb_type;
219 fba->owner = 0; /* XXX ??? */
220 fba->fbtype = sc->sc_fb.fb_type;
221 fba->sattr.flags = 0;
222 fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
223 fba->sattr.dev_specific[0] = -1;
224 fba->emu_types[0] = sc->sc_fb.fb_type.fb_type;
225 fba->emu_types[1] = -1;
226 #undef fba