Searched refs:lcd_height (Results 1 – 3 of 3) sorted by relevance
412 static int lcd_height = -1; variable413 module_param(lcd_height, int, 0000);414 MODULE_PARM_DESC(lcd_height, "Number of lines on the LCD");830 for (pos = 0; pos < lcd_height * lcd_hwidth; pos++) { in lcd_clear_fast_s()850 for (pos = 0; pos < lcd_height * lcd_hwidth; pos++) { in lcd_clear_fast_p8()885 lcd_flags = ((lcd_height > 1) ? LCD_FLAG_N : 0) in lcd_init_display()973 lcd_addr_y = (lcd_addr_y + 1) % lcd_height; in lcd_write()1305 if (lcd_height < 0) in lcd_init()1306 lcd_height = 2; in lcd_init()1326 if (lcd_height < 0) in lcd_init()[all …]
164 u16 lcd_height; member
871 ((xres > par->lcd_width) || (yres > par->lcd_height))) { in aty_var_to_crtc()906 if (yres < par->lcd_height) { in aty_var_to_crtc()907 VScan = par->lcd_height / yres; in aty_var_to_crtc()948 vdisplay = par->lcd_height; in aty_var_to_crtc()1073 if (vdisplay < par->lcd_height && crtc->lcd_gen_cntl & LCD_ON) { in aty_var_to_crtc()1075 (((vdisplay * (VERT_STRETCH_RATIO0 + 1)) / par->lcd_height) & VERT_STRETCH_RATIO0)); in aty_var_to_crtc()3127 height = par->lcd_height = *(u16 *)(par->lcd_table+27); in aty_init_lcd()