Lines Matching defs:base
378 release_mem_region(minfo->video.base, minfo->video.len_maximum);
379 release_mem_region(minfo->mmio.base, 16384);
716 fix->mmio_start = minfo->mmio.base;
727 fix->smem_start = minfo->video.base + minfo->curr.ydstorg.bytes;
1426 struct video_board* base;
1651 minfo->hw_switch = b->base->lowlevel;
1652 minfo->devflags.accelerator = b->base->accelID;
1711 memsize = b->base->maxvram;
1732 minfo->mmio.base = ctrlptr_phys;
1734 minfo->video.base = video_base_phys;
1780 minfo->video.base = video_base_phys;
1782 if (minfo->video.len_usable > b->base->maxdisplayable)
1783 minfo->video.len_usable = b->base->maxdisplayable;
1930 minfo->video.base, vaddr_va(minfo->video.vbase), minfo->video.len);