Lines Matching refs:videomemory
622 static u_long videomemory;
3683 assignchunk(videomemory, u_long, chipptr, info->fix.smem_len);
3695 info->fix.smem_start = (u_long)ZTWO_PADDR(videomemory);
3696 videomemory = (u_long)ioremap_wt(info->fix.smem_start,
3698 if (!videomemory) {
3703 info->screen_base = (char *)videomemory;
3744 if (videomemory)
3745 iounmap((void *)videomemory);
3761 if (videomemory)
3762 iounmap((void *)videomemory);