Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Dfbcon.c2362 #define MAP_X(x) (line_length ? (x) : ((x) & ~1)*depth + ((x) & 1)) in fbcon_show_logo() macro
2364 #define MAP_X(x) (x) in fbcon_show_logo() macro
2373 dst = fb + y1*line + MAP_X(x/8+x1); in fbcon_show_logo()
2390 dst = fb + y1*line + MAP_X(x/8+x1) + logo_depth*plane; in fbcon_show_logo()