Searched refs:fb_vram (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/hpc/
H A Dbicons.c105 static u_int8_t *fb_vram; variable
166 fb_vram = (u_int8_t *)bootinfo->fb_addr;
296 if (!fb_vram)
299 p = &fb_vram[(y * FONT_HEIGHT * fb_line_bytes) +
313 if (!fb_vram)
316 p = &fb_vram[y * fb_line_bytes];
330 if (!fb_vram)
334 from = &fb_vram[y * fb_line_bytes];
342 from = &fb_vram[(y + height - 1) * fb_line_bytes];
/netbsd-6-1-5-RELEASE/sys/arch/evbppc/explora/dev/
H A Dfb_elb.c54 void *fb_vram; member in struct:fb_dev
140 is_console = ((void *)eaa->elb_base == console_dev.fb_vram);
153 sc->sc_fb->fb_vram = bus_space_vaddr(sc->sc_fb->fb_iot, ioh);
180 ri->ri_bits = fb->fb_vram;
187 ri->ri_origbits = fb->fb_vram; /*XXX*/
289 console_dev.fb_vram = vram;

Completed in 68 milliseconds