Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dbtext.c36 static int dispDeviceRowBytes __force_data;
129 dispDeviceRowBytes = pitch; in btext_setup_display()
164 size = dispDeviceRowBytes * dispDeviceRect[3] + offset in btext_map()
222 dispDeviceRowBytes = pitch; in btext_initialize()
276 base += (y + dispDeviceRect[1]) * dispDeviceRowBytes; in calc_base()
297 dispDeviceRowBytes = pitch; in btext_update_display()
323 base += (dispDeviceRowBytes >> 2); in btext_clearscreen()
342 base += (dispDeviceRowBytes >> 2); in btext_flushscreen()
361 base += (dispDeviceRowBytes >> 2); in btext_flushline()
384 src += (dispDeviceRowBytes >> 2); in scrollscreen()
[all …]
/arch/sparc/kernel/
Dbtext.c34 static int dispDeviceRowBytes __force_data;
78 dispDeviceRowBytes = pitch; in btext_initialize()
93 base += (y + dispDeviceRect[1]) * dispDeviceRowBytes; in calc_base()
109 base += (dispDeviceRowBytes >> 2); in btext_clearscreen()
128 src += (dispDeviceRowBytes >> 2); in scrollscreen()
129 dst += (dispDeviceRowBytes >> 2); in scrollscreen()
136 dst += (dispDeviceRowBytes >> 2); in scrollscreen()
198 int rb = dispDeviceRowBytes; in draw_byte()
/arch/powerpc/include/uapi/asm/
Dbootx.h95 __u32 dispDeviceRowBytes; /* rowbytes (in bytes) */ member
/arch/powerpc/platforms/powermac/
Dbootx_init.c203 tmp = bi->dispDeviceRowBytes; in bootx_add_display_props()
208 tmp += bi->dispDeviceRect[1] * bi->dispDeviceRowBytes; in bootx_add_display_props()
496 ptr += bi->dispDeviceRect[1] * bi->dispDeviceRowBytes; in bootx_init()
500 bi->dispDeviceDepth, bi->dispDeviceRowBytes, in bootx_init()