Searched refs:lcd_width (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/parisc/
H A Dled.c56 unsigned long lcd_width:16; /* width of the LCD in chars (DISPLAY_MODEL_LCD only) */ member in struct:pdc_chassis_lcd_info_ret_block
81 .lcd_width = 16,
115 for (i = 0; i < lcd_info.lcd_width; i++) {
/linux-master/drivers/auxdisplay/
H A Dpanel.c433 static int lcd_width = NOT_SET; variable
434 module_param(lcd_width, int, 0000);
435 MODULE_PARM_DESC(lcd_width, "Number of columns on the LCD");
852 charlcd->width = lcd_width;
919 if (lcd_width != NOT_SET)
920 charlcd->width = lcd_width;
1538 if (lcd_width == NOT_SET)
1539 lcd_width = 16;
/linux-master/drivers/video/fbdev/aty/
H A Dmach64_ct.c143 multiplier = multiplier * par->lcd_width;
146 ras_multiplier = ras_multiplier * par->lcd_width;
269 ret *= par->lcd_width;
H A Datyfb.h167 u16 lcd_width; member in struct:atyfb_par
H A Datyfb_base.c928 ((xres > par->lcd_width) || (yres > par->lcd_height))) {
1071 if (xres < par->lcd_width && crtc->lcd_gen_cntl & LCD_ON) {
1088 int nStretch = par->lcd_width / HDisplay;
1089 int Remainder = par->lcd_width % HDisplay;
1092 (((HDisplay * 16) / par->lcd_width) < 7)) {
1095 int Numerator = HDisplay, Denominator = par->lcd_width;
1133 (((HDisplay * (HORZ_STRETCH_BLEND + 1)) / par->lcd_width) & HORZ_STRETCH_BLEND));
3194 width = par->lcd_width = *(u16 *)(par->lcd_table+25);

Completed in 136 milliseconds