Searched refs:hwidth (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/panel/
H A Dpanel.c258 int hwidth; member in struct:__anon10121
909 | (lcd.addr.y ? lcd.hwidth : 0) lcd_gotoxy()
913 (lcd.hwidth - 1) : lcd.bwidth - 1)); lcd_gotoxy()
939 for (pos = 0; pos < lcd.height * lcd.hwidth; pos++) { lcd_clear_fast_s()
962 for (pos = 0; pos < lcd.height * lcd.hwidth; pos++) { lcd_clear_fast_p8()
1000 for (pos = 0; pos < lcd.height * lcd.hwidth; pos++) { lcd_clear_fast_tilcd()
1482 lcd.hwidth = 64; lcd_init()
1495 lcd.hwidth = 16; lcd_init()
1508 lcd.hwidth = 64; lcd_init()
1527 lcd.hwidth = 64; lcd_init()
1540 lcd.hwidth = lcd_hwidth; lcd_init()
1563 if (lcd.hwidth <= 0) lcd_init()
1564 lcd.hwidth = DEFAULT_LCD_HWIDTH; lcd_init()
2348 lcd.hwidth = lcd_hwidth; panel_init_module()
/linux-4.1.27/drivers/video/fbdev/aty/
H A Daty128fb.c1133 else if (h_sync_wid > 0x3f) /* 0x3f = max hwidth */ aty128_var_to_crtc()

Completed in 220 milliseconds