Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/panel/
Dpanel.c433 static int lcd_height = -1; variable
434 module_param(lcd_height, int, 0000);
435 MODULE_PARM_DESC(lcd_height, "Number of lines on the LCD");
883 for (pos = 0; pos < lcd_height * lcd_hwidth; pos++) { in lcd_clear_fast_s()
903 for (pos = 0; pos < lcd_height * lcd_hwidth; pos++) { in lcd_clear_fast_p8()
938 for (pos = 0; pos < lcd_height * lcd_hwidth; pos++) { in lcd_clear_fast_tilcd()
962 lcd_flags = ((lcd_height > 1) ? LCD_FLAG_N : 0) in lcd_init_display()
1289 lcd_addr_y = (lcd_addr_y + 1) % lcd_height; in lcd_write()
1404 if (lcd_height < 0) in lcd_init()
1405 lcd_height = 2; in lcd_init()
[all …]
/linux-2.6.39/drivers/video/aty/
Datyfb.h164 u16 lcd_height; member
Datyfb_base.c904 ((xres > par->lcd_width) || (yres > par->lcd_height))) { in aty_var_to_crtc()
942 if (yres < par->lcd_height) { in aty_var_to_crtc()
943 VScan = par->lcd_height / yres; in aty_var_to_crtc()
984 vdisplay = par->lcd_height; in aty_var_to_crtc()
1119 if (vdisplay < par->lcd_height && crtc->lcd_gen_cntl & LCD_ON) { in aty_var_to_crtc()
1121 (((vdisplay * (VERT_STRETCH_RATIO0 + 1)) / par->lcd_height) & VERT_STRETCH_RATIO0)); in aty_var_to_crtc()
3220 height = par->lcd_height = *(u16 *)(par->lcd_table+27); in aty_init_lcd()