Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/kernel/
Dbtext.c37 static int dispDeviceRowBytes __force_data;
116 dispDeviceRowBytes = pitch; in btext_setup_display()
151 size = dispDeviceRowBytes * dispDeviceRect[3] + offset in btext_map()
209 dispDeviceRowBytes = pitch; in btext_initialize()
257 base += (y + dispDeviceRect[1]) * dispDeviceRowBytes; in calc_base()
278 dispDeviceRowBytes = pitch; in btext_update_display()
304 base += (dispDeviceRowBytes >> 2); in btext_clearscreen()
323 base += (dispDeviceRowBytes >> 2); in btext_flushscreen()
342 base += (dispDeviceRowBytes >> 2); in btext_flushline()
365 src += (dispDeviceRowBytes >> 2); in scrollscreen()
[all …]
/linux-6.12.1/arch/sparc/kernel/
Dbtext.c35 static int dispDeviceRowBytes __force_data;
75 dispDeviceRowBytes = pitch; in btext_initialize()
90 base += (y + dispDeviceRect[1]) * dispDeviceRowBytes; in calc_base()
106 base += (dispDeviceRowBytes >> 2); in btext_clearscreen()
125 src += (dispDeviceRowBytes >> 2); in scrollscreen()
126 dst += (dispDeviceRowBytes >> 2); in scrollscreen()
133 dst += (dispDeviceRowBytes >> 2); in scrollscreen()
196 int rb = dispDeviceRowBytes; in draw_byte()
/linux-6.12.1/arch/powerpc/platforms/powermac/
Dbootx_init.c200 tmp = bi->dispDeviceRowBytes; in bootx_add_display_props()
205 tmp += bi->dispDeviceRect[1] * bi->dispDeviceRowBytes; in bootx_add_display_props()
493 ptr += bi->dispDeviceRect[1] * bi->dispDeviceRowBytes; in bootx_init()
497 bi->dispDeviceDepth, bi->dispDeviceRowBytes, in bootx_init()
/linux-6.12.1/arch/powerpc/include/uapi/asm/
Dbootx.h95 __u32 dispDeviceRowBytes; /* rowbytes (in bytes) */ member