Searched refs:dispDeviceRowBytes (Results 1 – 4 of 4) sorted by relevance
38 static int dispDeviceRowBytes __force_data;117 dispDeviceRowBytes = pitch; in btext_setup_display()152 size = dispDeviceRowBytes * dispDeviceRect[3] + offset in btext_map()210 dispDeviceRowBytes = pitch; in btext_initialize()258 base += (y + dispDeviceRect[1]) * dispDeviceRowBytes; in calc_base()279 dispDeviceRowBytes = pitch; in btext_update_display()305 base += (dispDeviceRowBytes >> 2); in btext_clearscreen()324 base += (dispDeviceRowBytes >> 2); in btext_flushscreen()343 base += (dispDeviceRowBytes >> 2); in btext_flushline()366 src += (dispDeviceRowBytes >> 2); in scrollscreen()[all …]
35 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()
200 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()
95 __u32 dispDeviceRowBytes; /* rowbytes (in bytes) */ member