Home
last modified time | relevance | path

Searched refs:map_cpu (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/video/
Dsa1100fb.h79 u_char * map_cpu; member
Dsa1100fb.c1195 fbi->palette_cpu = (u16 *)(fbi->map_cpu + PAGE_SIZE - palette_mem_size); in sa1100fb_hw_set_var()
2191 fbi->map_cpu = consistent_alloc(GFP_KERNEL, fbi->map_size, in sa1100fb_map_video_memory()
2194 if (fbi->map_cpu) { in sa1100fb_map_video_memory()
2195 fbi->screen_cpu = fbi->map_cpu + PAGE_SIZE; in sa1100fb_map_video_memory()
2200 return fbi->map_cpu ? 0 : -ENOMEM; in sa1100fb_map_video_memory()