Lines Matching refs:width
119 void __init btext_setup_display(int width, int height, int depth, int pitch, in btext_setup_display() argument
124 g_max_loc_X = width / 8; in btext_setup_display()
131 dispDeviceRect[2] = width; in btext_setup_display()
174 unsigned int width, height, depth, pitch; in btext_initialize() local
183 width = *prop; in btext_initialize()
196 pitch = width * ((depth + 7) / 8); in btext_initialize()
218 g_max_loc_X = width / 8; in btext_initialize()
224 dispDeviceRect[2] = width; in btext_initialize()
280 void btext_update_display(unsigned long phys, int width, int height, in btext_update_display() argument
293 dispDeviceRect[2] = width; in btext_update_display()
304 g_max_loc_X = width / 8; in btext_update_display()
312 unsigned long width = ((dispDeviceRect[2] - dispDeviceRect[0]) * in btext_clearscreen() local
320 for(j=width; j; --j) in btext_clearscreen()
330 unsigned long width = ((dispDeviceRect[2] - dispDeviceRect[0]) * in btext_flushscreen() local
337 for(j = width; j > 0; j -= 8) { in btext_flushscreen()
349 unsigned long width = ((dispDeviceRect[2] - dispDeviceRect[0]) * in btext_flushline() local
356 for(j = width; j > 0; j -= 8) { in btext_flushline()
371 unsigned long width = ((dispDeviceRect[2] - dispDeviceRect[0]) * in scrollscreen() local
381 for(j=width; j; --j) in scrollscreen()
389 for(j=width; j; --j) in scrollscreen()