Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/kernel/
Dbtext.c40 static int dispDeviceRowBytes __force_data;
113 dispDeviceRowBytes = pitch; in btext_setup_display()
148 size = dispDeviceRowBytes * dispDeviceRect[3] + offset in map_boot_text()
206 dispDeviceRowBytes = pitch; in btext_initialize()
260 base += (y + dispDeviceRect[1]) * dispDeviceRowBytes; in calc_base()
281 dispDeviceRowBytes = pitch; in btext_update_display()
306 base += (dispDeviceRowBytes >> 2); in btext_clearscreen()
324 base += (dispDeviceRowBytes >> 2); in btext_flushscreen()
343 base += (dispDeviceRowBytes >> 2); in btext_flushline()
364 src += (dispDeviceRowBytes >> 2); in scrollscreen()
[all …]
/linux-3.4.99/arch/sparc/kernel/
Dbtext.c33 static int dispDeviceRowBytes __force_data;
77 dispDeviceRowBytes = pitch; in btext_initialize()
92 base += (y + dispDeviceRect[1]) * dispDeviceRowBytes; in calc_base()
108 base += (dispDeviceRowBytes >> 2); in btext_clearscreen()
127 src += (dispDeviceRowBytes >> 2); in scrollscreen()
128 dst += (dispDeviceRowBytes >> 2); in scrollscreen()
135 dst += (dispDeviceRowBytes >> 2); in scrollscreen()
197 int rb = dispDeviceRowBytes; in draw_byte()
/linux-3.4.99/arch/powerpc/platforms/powermac/
Dbootx_init.c202 tmp = bi->dispDeviceRowBytes; in bootx_add_display_props()
207 tmp += bi->dispDeviceRect[1] * bi->dispDeviceRowBytes; in bootx_add_display_props()
495 ptr += bi->dispDeviceRect[1] * bi->dispDeviceRowBytes; in bootx_init()
499 bi->dispDeviceDepth, bi->dispDeviceRowBytes, in bootx_init()
/linux-3.4.99/arch/powerpc/include/asm/
Dbootx.h94 __u32 dispDeviceRowBytes; /* rowbytes (in bytes) */ member