map_dma           155 drivers/video/fbdev/imxfb.c 	dma_addr_t		map_dma;
map_dma           494 drivers/video/fbdev/imxfb.c 	writel(fbi->map_dma, fbi->regs + LCDC_SSA);
map_dma           978 drivers/video/fbdev/imxfb.c 					   &fbi->map_dma, GFP_KERNEL);
map_dma           985 drivers/video/fbdev/imxfb.c 	info->fix.smem_start = fbi->map_dma;
map_dma          1049 drivers/video/fbdev/imxfb.c 		    fbi->map_dma);
map_dma          1080 drivers/video/fbdev/imxfb.c 		    fbi->map_dma);
map_dma          1085 drivers/video/fbdev/s3c-fb.c 	dma_addr_t map_dma;
map_dma          1105 drivers/video/fbdev/s3c-fb.c 	fbi->screen_buffer = dma_alloc_wc(sfb->dev, size, &map_dma, GFP_KERNEL);
map_dma          1110 drivers/video/fbdev/s3c-fb.c 		(unsigned int)map_dma, fbi->screen_buffer);
map_dma          1113 drivers/video/fbdev/s3c-fb.c 	fbi->fix.smem_start = map_dma;
map_dma           643 drivers/video/fbdev/s3c2410fb.c 	dma_addr_t map_dma;
map_dma           648 drivers/video/fbdev/s3c2410fb.c 	info->screen_base = dma_alloc_wc(fbi->dev, map_size, &map_dma,
map_dma           657 drivers/video/fbdev/s3c2410fb.c 		info->fix.smem_start = map_dma;
map_dma           467 drivers/video/fbdev/sa1100fb.c 	fbi->palette_dma = fbi->map_dma + PAGE_SIZE - palette_mem_size;
map_dma           568 drivers/video/fbdev/sa1100fb.c 		return dma_mmap_wc(fbi->dev, vma, fbi->map_cpu, fbi->map_dma,
map_dma          1050 drivers/video/fbdev/sa1100fb.c 	fbi->map_cpu = dma_alloc_wc(fbi->dev, fbi->map_size, &fbi->map_dma,
map_dma          1055 drivers/video/fbdev/sa1100fb.c 		fbi->screen_dma = fbi->map_dma + PAGE_SIZE;
map_dma          1214 drivers/video/fbdev/sa1100fb.c 			    fbi->map_dma);
map_dma            41 drivers/video/fbdev/sa1100fb.h 	dma_addr_t		map_dma;