HomeSort by: relevance | last modified time | path
    Searched defs:fb_vram (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/hpc/
bicons.c 105 static u_int8_t *fb_vram; variable in typeref:typename:u_int8_t *
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];
  /src/sys/arch/evbppc/explora/dev/
fb_elb.c 55 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);
  /src/sys/arch/macppc/dev/
platinumfb.c 899 paddr_t fb_vram = sc->sc_vram - (fb_aligned - (paddr_t)sc->sc_fb); local in function:platinumfb_mmap
903 if (offset >= 0 && offset < fb_vram)

Completed in 16 milliseconds