Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/kernel/
Dbtext.c171 bi->dispDeviceDepth = depth; in btext_setup_display()
217 base += (x + bi->dispDeviceRect[0]) * (bi->dispDeviceDepth >> 3); in calc_base()
241 bi->dispDeviceDepth = depth; in btext_update_display()
259 (bi->dispDeviceDepth >> 3)) >> 2; in btext_clearscreen()
281 (bi->dispDeviceDepth >> 3)) >> 2; in btext_flushscreen()
303 (bi->dispDeviceDepth >> 3)) >> 2; in scrollscreen()
414 switch(bi->dispDeviceDepth) { in draw_byte()
/linux-2.4.37.9/include/asm-ppc/
Dbootx.h90 __u32 dispDeviceDepth; /* (8, 16 or 32) */ member
/linux-2.4.37.9/drivers/video/
Doffb.c323 boot_infos->dispDeviceDepth, in offb_init()