Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
A Dbtext.c36 static int dispDeviceRowBytes __force_data;
120 dispDeviceRowBytes = pitch; in btext_setup_display()
213 dispDeviceRowBytes = pitch; in btext_initialize()
280 dispDeviceRowBytes = pitch; in btext_update_display()
306 base += (dispDeviceRowBytes >> 2); in btext_clearscreen()
325 base += (dispDeviceRowBytes >> 2); in btext_flushscreen()
344 base += (dispDeviceRowBytes >> 2); in btext_flushline()
367 src += (dispDeviceRowBytes >> 2); in scrollscreen()
368 dst += (dispDeviceRowBytes >> 2); in scrollscreen()
375 dst += (dispDeviceRowBytes >> 2); in scrollscreen()
[all …]
/linux/arch/sparc/kernel/
A 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()
/linux/arch/powerpc/platforms/powermac/
A Dbootx_init.c199 tmp = bi->dispDeviceRowBytes; in bootx_add_display_props()
204 tmp += bi->dispDeviceRect[1] * bi->dispDeviceRowBytes; in bootx_add_display_props()
492 ptr += bi->dispDeviceRect[1] * bi->dispDeviceRowBytes; in bootx_init()
496 bi->dispDeviceDepth, bi->dispDeviceRowBytes, in bootx_init()
/linux/arch/powerpc/include/uapi/asm/
A Dbootx.h95 __u32 dispDeviceRowBytes; /* rowbytes (in bytes) */ member

Completed in 8 milliseconds