Lines Matching refs:videomemory
622 static u_long videomemory;
3695 assignchunk(videomemory, u_long, chipptr, info->fix.smem_len);
3707 info->fix.smem_start = (u_long)ZTWO_PADDR(videomemory);
3708 videomemory = (u_long)ioremap_wt(info->fix.smem_start,
3710 if (!videomemory) {
3715 info->screen_base = (char *)videomemory;
3756 if (videomemory)
3757 iounmap((void *)videomemory);
3773 if (videomemory)
3774 iounmap((void *)videomemory);