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

/linux-4.4.14/arch/powerpc/platforms/powermac/
H A Dbootx_init.c196 tmp = bi->dispDeviceDepth; bootx_add_display_props()
208 tmp += bi->dispDeviceRect[0] * ((bi->dispDeviceDepth + 7) / 8); bootx_add_display_props()
489 if (bi->dispDeviceDepth == 16) bootx_init()
490 bi->dispDeviceDepth = 15; bootx_init()
496 ptr += bi->dispDeviceRect[0] * ((bi->dispDeviceDepth + 7) / 8); bootx_init()
499 bi->dispDeviceDepth, bi->dispDeviceRowBytes, bootx_init()
/linux-4.4.14/arch/powerpc/include/uapi/asm/
H A Dbootx.h92 __u32 dispDeviceDepth; /* (8, 16 or 32) */ member in struct:boot_infos
/linux-4.4.14/arch/powerpc/kernel/
H A Dbtext.c36 static int dispDeviceDepth __force_data;
129 dispDeviceDepth = depth == 15 ? 16 : depth; btext_setup_display()
222 dispDeviceDepth = depth == 15 ? 16 : depth; btext_initialize()
274 base += (x + dispDeviceRect[0]) * (dispDeviceDepth >> 3); calc_base()
295 dispDeviceDepth = depth; btext_update_display()
313 (dispDeviceDepth >> 3)) >> 2; btext_clearscreen()
331 (dispDeviceDepth >> 3)) >> 2; btext_flushscreen()
350 (dispDeviceDepth >> 3)) >> 2; btext_flushline()
372 (dispDeviceDepth >> 3)) >> 2; scrollscreen()
487 switch(dispDeviceDepth) { draw_byte()
/linux-4.4.14/arch/sparc/kernel/
H A Dbtext.c34 static int dispDeviceDepth __force_data;
78 dispDeviceDepth = depth == 15 ? 16 : depth; btext_initialize()
91 base += (x + dispDeviceRect[0]) * (dispDeviceDepth >> 3); calc_base()
100 (dispDeviceDepth >> 3)) >> 2; btext_clearscreen()
118 (dispDeviceDepth >> 3)) >> 2; scrollscreen()
199 switch(dispDeviceDepth) { draw_byte()

Completed in 295 milliseconds