Lines Matching refs:width
111 void __init btext_setup_display(int width, int height, int depth, int pitch, in btext_setup_display() argument
116 g_max_loc_X = width / 8; in btext_setup_display()
123 dispDeviceRect[2] = width; in btext_setup_display()
166 unsigned int width, height, depth, pitch; in btext_initialize() local
175 width = *prop; in btext_initialize()
188 pitch = width * ((depth + 7) / 8); in btext_initialize()
210 g_max_loc_X = width / 8; in btext_initialize()
216 dispDeviceRect[2] = width; in btext_initialize()
266 void btext_update_display(unsigned long phys, int width, int height, in btext_update_display() argument
279 dispDeviceRect[2] = width; in btext_update_display()
290 g_max_loc_X = width / 8; in btext_update_display()
298 unsigned long width = ((dispDeviceRect[2] - dispDeviceRect[0]) * in btext_clearscreen() local
306 for(j=width; j; --j) in btext_clearscreen()
316 unsigned long width = ((dispDeviceRect[2] - dispDeviceRect[0]) * in btext_flushscreen() local
323 for(j = width; j > 0; j -= 8) { in btext_flushscreen()
335 unsigned long width = ((dispDeviceRect[2] - dispDeviceRect[0]) * in btext_flushline() local
342 for(j = width; j > 0; j -= 8) { in btext_flushline()
357 unsigned long width = ((dispDeviceRect[2] - dispDeviceRect[0]) * in scrollscreen() local
367 for(j=width; j; --j) in scrollscreen()
375 for(j=width; j; --j) in scrollscreen()