Lines Matching refs:screen_base
2976 info->screen_base = (char *) (addr + 0x800000UL); in atyfb_setup_sparc()
3485 info->screen_base = ioremap(addr, 0x800000); in atyfb_setup_generic()
3486 if (info->screen_base == NULL) { in atyfb_setup_generic()
3512 if (info->screen_base) { in atyfb_setup_generic()
3513 iounmap(info->screen_base); in atyfb_setup_generic()
3514 info->screen_base = NULL; in atyfb_setup_generic()
3586 par->mmap_map[0].poff = (unsigned long) info->screen_base & PAGE_MASK; in atyfb_pci_probe()
3610 if (info->screen_base) in atyfb_pci_probe()
3611 iounmap(info->screen_base); in atyfb_pci_probe()
3658 info->screen_base = ioremap(phys_vmembase[m64_num], phys_size[m64_num]); in atyfb_atari_probe()
3659 info->fix.smem_start = (unsigned long)info->screen_base; /* Fake! */ in atyfb_atari_probe()
3695 iounmap(info->screen_base); in atyfb_atari_probe()
3738 if (info->screen_base) in atyfb_remove()
3739 iounmap(info->screen_base); in atyfb_remove()