MB_
if (info->fix.smem_start > 16 * MB_)
if (info->fix.mmio_start > 16 * MB_)
info->screen_base += 1 * MB_;
info->screen_base += 2 * MB_;
32 * MB_ : cirrusfb_get_memsize(info, cinfo->regbase);
if (zorro_resource_len(z) == 64 * MB_) {
cirrusfb_board_info[btype].name, regbase, ramsize / MB_,
cinfo->regbase = regbase > 16 * MB_ ? ioremap(regbase, 64 * 1024)
info->screen_base = rambase > 16 * MB_ ? ioremap(rambase, ramsize)
ramsize / MB_, rambase);
if (rambase > 16 * MB_)
if (regbase > 16 * MB_)
.ramsize = 4 * MB_,
if (cinfo->btype == BT_SD64 && info->fix.smem_len <= MB_ &&