Home | History | Annotate | Download | only in sbus

Lines Matching defs:fb

135 	struct fbdevice *fb = &sc->sc_fb;
147 fb->fb_device = self;
148 fb->fb_flags = device_cfdata(self)->cf_flags & FB_USERMASK;
149 fb->fb_type.fb_type = FBTYPE_SUN3COLOR;
151 fb->fb_type.fb_depth = 8;
152 fb_setsize_obp(fb, fb->fb_type.fb_depth, 1152, 900, node);
174 fb->fb_pixels = NULL;
176 fb->fb_pixels = (void *)(u_long)sa->sa_promvaddrs[0];
177 if (fb->fb_pixels == NULL) {
178 int ramsize = fb->fb_type.fb_height * fb->fb_linebytes;
187 fb->fb_pixels = (char *)bus_space_vaddr(sa->sa_bustag, bh);