Searched refs:fbsize (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/sys/arch/mac68k/include/
H A Dgrfioctl.h50 u_int32_t fbsize; /* Size of frame buffer */ member in struct:grfmode
/netbsd-current/sys/arch/hp300/dev/
H A Ddiofbvar.h82 u_int fbsize; /* frame buffer size */ member in struct:diofb
H A Ddiofb.c110 fb->fbsize = fb->fbwidth * fb->fbheight;
131 fb->fbkva = iomap(fb->fbaddr, fb->fbsize);
506 if (offset >= 0 && offset < fb->fbsize)
/netbsd-current/sys/dev/pci/
H A Dsisfb.c66 bus_size_t fbsize; member in struct:sisfb
260 &fb->fbbase, &fb->fbsize) != 0) {
292 fb->fbsize, fb->fbbase,
343 bus_space_unmap(fb->fbt, fb->fbh, fb->fbsize);
483 offset <= ((fb->fbbase + fb->fbsize + PAGE_SIZE - 1) & ~PAGE_MASK)) {
784 &sisfbcn.fbbase, &sisfbcn.fbsize, &flags)) {
790 rc = bus_space_map(memt, sisfbcn.fbbase, sisfbcn.fbsize,
H A Dlynxfb.c175 bus_size_t fbsize; member in struct:__anon157
238 lynxfb_console.fbsize = size;
291 sc->sc_fbsize = lynxfb_console.fbsize;
/netbsd-current/sys/external/bsd/drm2/dist/drm/ast/
H A Dast_main.c402 unsigned long fbsize, fbpages, max_fbpages; local
409 fbsize = mode->hdisplay * mode->vdisplay * max_bpp;
410 fbpages = DIV_ROUND_UP(fbsize, PAGE_SIZE);
/netbsd-current/sys/arch/mac68k/dev/
H A Dgrf_compat.c269 gm->fbsize = dc->dc_size;
H A Dmacfb.c213 sc->sc_dc->dc_size = gm->fbsize;
/netbsd-current/sys/arch/vax/vsa/
H A Dspx.c1261 int fbsize = (spx_fb_size + FONT_STORAGE_SIZE)/VAX_NBPG; local
1267 ioaccess((vaddr_t)spxaddr, SPX_FB_ADDR, fbsize);
1288 spxaddr = (char *)vax_map_physmem(va->va_paddr, fbsize);
1329 int fbsize = SPXg_WIN_SIZE/VAX_NBPG; local
1335 ioaccess((vaddr_t)spxaddr, SPXg_FB_ADDR, fbsize);
1349 spxaddr = (char *)vax_map_physmem(va->va_paddr, fbsize);
/netbsd-current/sys/arch/hpcsh/dev/hd64461/
H A Dhd64461video.c207 size_t fbsize, on_screen_size; local
219 fbsize = hd64461video_frame_buffer_size(&hd64461video_chip);
220 format_bytes(pbuf, sizeof(pbuf), fbsize);
249 hd64461video_chip.off_screen_size = fbsize - on_screen_size;
/netbsd-current/sys/arch/mac68k/obio/
H A Dgrf_obio.c369 gm->fbsize = gm->height * gm->rowbytes;
/netbsd-current/sys/arch/arm/amlogic/
H A Dmeson_genfb.c559 const uint32_t fbsize = width * height * (depth / 8); local
560 sc->sc_dmasize = (fbsize + 3) & ~3;
/netbsd-current/sys/arch/mac68k/nubus/
H A Dgrf_nubus.c209 gm->fbsize = gm->height * gm->rowbytes;
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_xar.c1105 size_t fbsize = bsize; local
1132 return (fbsize - bsize);

Completed in 221 milliseconds