Lines Matching refs:width
107 void __init btext_setup_display(int width, int height, int depth, int pitch, in btext_setup_display() argument
112 g_max_loc_X = width / 8; in btext_setup_display()
119 dispDeviceRect[2] = width; in btext_setup_display()
162 unsigned int width, height, depth, pitch; in btext_initialize() local
171 width = *prop; in btext_initialize()
184 pitch = width * ((depth + 7) / 8); in btext_initialize()
206 g_max_loc_X = width / 8; in btext_initialize()
212 dispDeviceRect[2] = width; in btext_initialize()
262 void btext_update_display(unsigned long phys, int width, int height, in btext_update_display() argument
275 dispDeviceRect[2] = width; in btext_update_display()
286 g_max_loc_X = width / 8; in btext_update_display()
294 unsigned long width = ((dispDeviceRect[2] - dispDeviceRect[0]) * in btext_clearscreen() local
302 for(j=width; j; --j) in btext_clearscreen()
312 unsigned long width = ((dispDeviceRect[2] - dispDeviceRect[0]) * in btext_flushscreen() local
319 for(j = width; j > 0; j -= 8) { in btext_flushscreen()
331 unsigned long width = ((dispDeviceRect[2] - dispDeviceRect[0]) * in btext_flushline() local
338 for(j = width; j > 0; j -= 8) { in btext_flushline()
353 unsigned long width = ((dispDeviceRect[2] - dispDeviceRect[0]) * in scrollscreen() local
363 for(j=width; j; --j) in scrollscreen()
371 for(j=width; j; --j) in scrollscreen()