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

/netbsd-current/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-current/sys/arch/evbppc/explora/dev/
H A Dfb_elb.c55 void *fb_vram; member in struct:fb_dev
148 console_dev.fb_vram = vram;
186 is_console = ((void *)eaa->elb_base == console_dev.fb_vram);
203 sc->sc_fb->fb_vram = bus_space_vaddr(sc->sc_fb->fb_iot, ioh);
229 ri->ri_bits = fb->fb_vram;
344 memset(sc->sc_fb->fb_vram, 0, sc->sc_fbsize);
/netbsd-current/sys/arch/macppc/dev/
H A Dplatinumfb.c899 paddr_t fb_vram = sc->sc_vram - (fb_aligned - (paddr_t)sc->sc_fb); local
903 if (offset >= 0 && offset < fb_vram)

Completed in 123 milliseconds