Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
A Dbtext.c37 static int dispDeviceDepth __force_data;
121 dispDeviceDepth = depth == 15 ? 16 : depth; in btext_setup_display()
214 dispDeviceDepth = depth == 15 ? 16 : depth; in btext_initialize()
258 base += (x + dispDeviceRect[0]) * (dispDeviceDepth >> 3); in calc_base()
279 dispDeviceDepth = depth; in btext_update_display()
297 (dispDeviceDepth >> 3)) >> 2; in btext_clearscreen()
315 (dispDeviceDepth >> 3)) >> 2; in btext_flushscreen()
334 (dispDeviceDepth >> 3)) >> 2; in btext_flushline()
356 (dispDeviceDepth >> 3)) >> 2; in scrollscreen()
471 switch(dispDeviceDepth) { in draw_byte()
/linux/arch/sparc/kernel/
A Dbtext.c35 static int dispDeviceDepth __force_data;
79 dispDeviceDepth = depth == 15 ? 16 : depth; in btext_initialize()
92 base += (x + dispDeviceRect[0]) * (dispDeviceDepth >> 3); in calc_base()
101 (dispDeviceDepth >> 3)) >> 2; in btext_clearscreen()
119 (dispDeviceDepth >> 3)) >> 2; in scrollscreen()
200 switch(dispDeviceDepth) { in draw_byte()
/linux/arch/powerpc/platforms/powermac/
A Dbootx_init.c193 tmp = bi->dispDeviceDepth; in bootx_add_display_props()
205 tmp += bi->dispDeviceRect[0] * ((bi->dispDeviceDepth + 7) / 8); in bootx_add_display_props()
486 if (bi->dispDeviceDepth == 16) in bootx_init()
487 bi->dispDeviceDepth = 15; in bootx_init()
493 ptr += bi->dispDeviceRect[0] * ((bi->dispDeviceDepth + 7) / 8); in bootx_init()
496 bi->dispDeviceDepth, bi->dispDeviceRowBytes, in bootx_init()
/linux/arch/powerpc/include/uapi/asm/
A Dbootx.h93 __u32 dispDeviceDepth; /* (8, 16 or 32) */ member

Completed in 14 milliseconds