Searched refs:screen_base (Results 201 - 225 of 310) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/
H A D68328fb.c445 fb_info.screen_base = (void *)videomemory;
H A Damifb.c1959 ((unsigned long)info->screen_base & ~(BYTES_PER_LONG-1));
1960 dst_idx = ((unsigned long)info->screen_base & (BYTES_PER_LONG-1))*8;
2052 ((unsigned long)info->screen_base & ~(BYTES_PER_LONG-1));
2054 dst_idx = ((unsigned long)info->screen_base & (BYTES_PER_LONG-1))*8;
2132 ((unsigned long)info->screen_base & ~(BYTES_PER_LONG-1));
2133 dst_idx = ((unsigned long)info->screen_base & (BYTES_PER_LONG-1))*8;
2146 c2p_planar(info->screen_base, image->data, dx, dy, width,
2390 fb_info.screen_base = (char *)ZTWO_VADDR(fb_info.fix.smem_start);
2392 fb_info.screen_base = (char *)videomemory;
H A Dfbmem.c704 if (!info || ! info->screen_base)
732 src = (u32 __iomem *) (info->screen_base + p);
779 if (!info || !info->screen_base)
813 dst = (u32 __iomem *) (info->screen_base + p);
H A Dhitfb.c396 info->screen_base = (void *)hitfb_fix.smem_start;
H A Dimsttfb.c1183 ip = (__u32 *)info->screen_base;
1184 end = (__u32 *)(info->screen_base + info->fix.smem_len);
1343 info->screen_base = (__u8 *)ioremap(addr, par->ramdac == IBM ?
1366 iounmap(info->screen_base);
H A Dpm2fb.c1640 info->screen_base =
1642 if (!info->screen_base) {
1713 iounmap(info->screen_base);
1743 iounmap(info->screen_base);
H A Dpm3fb.c1341 * Here we set the screen_base to the virtual memory address
1378 info->screen_base =
1380 if (!info->screen_base) {
1459 iounmap(info->screen_base);
1488 iounmap(info->screen_base);
H A Dpmag-aa-fb.c258 disp->screen_base = (u8 *) fix.smem_start;
H A Dpmagb-b-fb.c311 info->screen_base = (void __iomem *)par->smem + vid_base * 0x1000;
H A Dvfb.c504 info->screen_base = (char __iomem *)videomemory;
H A Dxilinxfb.c290 drvdata->info.screen_base = (void __iomem *)drvdata->fb_virt;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/via/
H A Dviafbdev.c871 memcpy_toio(viafbinfo->screen_base + viapar->shared->
1538 viafbinfo->screen_base = vdev->fbmem;
1618 viafbinfo1->screen_base = viafbinfo->screen_base +
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/
H A D68328fb.c445 fb_info.screen_base = (void *)videomemory;
H A Damifb.c1959 ((unsigned long)info->screen_base & ~(BYTES_PER_LONG-1));
1960 dst_idx = ((unsigned long)info->screen_base & (BYTES_PER_LONG-1))*8;
2052 ((unsigned long)info->screen_base & ~(BYTES_PER_LONG-1));
2054 dst_idx = ((unsigned long)info->screen_base & (BYTES_PER_LONG-1))*8;
2132 ((unsigned long)info->screen_base & ~(BYTES_PER_LONG-1));
2133 dst_idx = ((unsigned long)info->screen_base & (BYTES_PER_LONG-1))*8;
2146 c2p_planar(info->screen_base, image->data, dx, dy, width,
2390 fb_info.screen_base = (char *)ZTWO_VADDR(fb_info.fix.smem_start);
2392 fb_info.screen_base = (char *)videomemory;
H A Dfbmem.c704 if (!info || ! info->screen_base)
732 src = (u32 __iomem *) (info->screen_base + p);
779 if (!info || !info->screen_base)
813 dst = (u32 __iomem *) (info->screen_base + p);
H A Dhitfb.c396 info->screen_base = (void *)hitfb_fix.smem_start;
H A Dimsttfb.c1183 ip = (__u32 *)info->screen_base;
1184 end = (__u32 *)(info->screen_base + info->fix.smem_len);
1343 info->screen_base = (__u8 *)ioremap(addr, par->ramdac == IBM ?
1366 iounmap(info->screen_base);
H A Dpm2fb.c1640 info->screen_base =
1642 if (!info->screen_base) {
1713 iounmap(info->screen_base);
1743 iounmap(info->screen_base);
H A Dpm3fb.c1341 * Here we set the screen_base to the virtual memory address
1378 info->screen_base =
1380 if (!info->screen_base) {
1459 iounmap(info->screen_base);
1488 iounmap(info->screen_base);
H A Dpmag-aa-fb.c258 disp->screen_base = (u8 *) fix.smem_start;
H A Dpmagb-b-fb.c311 info->screen_base = (void __iomem *)par->smem + vid_base * 0x1000;
H A Dvfb.c504 info->screen_base = (char __iomem *)videomemory;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/nouveau/
H A Dnouveau_fbcon.c259 info->screen_base = nvbo_kmap_obj_iovirtual(nouveau_fb->nvbo);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_fbcon.c259 info->screen_base = nvbo_kmap_obj_iovirtual(nouveau_fb->nvbo);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/via/
H A Dviafbdev.c871 memcpy_toio(viafbinfo->screen_base + viapar->shared->
1538 viafbinfo->screen_base = vdev->fbmem;
1618 viafbinfo1->screen_base = viafbinfo->screen_base +

Completed in 316 milliseconds

1234567891011>>