Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Dbtext.c40 static int dispDeviceDepth __force_data;
119 dispDeviceDepth = depth == 15 ? 16 : depth; in btext_setup_display()
212 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()
472 switch(dispDeviceDepth) { in draw_byte()
/linux/arch/sparc/kernel/
H A Dbtext.c36 static int dispDeviceDepth __force_data;
76 dispDeviceDepth = depth == 15 ? 16 : depth; in btext_initialize()
89 base += (x + dispDeviceRect[0]) * (dispDeviceDepth >> 3); in calc_base()
98 (dispDeviceDepth >> 3)) >> 2; in btext_clearscreen()
116 (dispDeviceDepth >> 3)) >> 2; in scrollscreen()
198 switch(dispDeviceDepth) { in draw_byte()
/linux/arch/powerpc/include/uapi/asm/
H A Dbootx.h93 __u32 dispDeviceDepth; /* (8, 16 or 32) */ member