Home
last modified time | relevance | path

Searched refs:phys_mappable (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/arch/atari/dev/
H A Dgrfabs_reg.h98 u_int phys_mappable; /* amount of mappable lin. plane mem. */ member
H A Dgrfabs_tt.c355 bm->phys_mappable = (depth * width * height) / NBBY; in alloc_bitmap()
H A Dgrf.c379 gi->gd_fbsize = bm.phys_mappable; in grf_viewsync()
H A Dview.c431 if (off >= bmd_lin && off < (bmd_lin + bm->phys_mappable)) in viewmmap()
H A Dgrfabs_fal.c580 bm->phys_mappable = (depth * width * height) / NBBY; in alloc_bitmap()
H A Dgrfabs_et.c332 bm->phys_mappable = FRAME_MAPPABLE; in et_alloc_view()