Home
last modified time | relevance | path

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

/openbmc/linux/drivers/auxdisplay/
H A Dpanel.c441 static int lcd_hwidth = NOT_SET; /* hardware buffer width (usually 64) */ variable
442 module_param(lcd_hwidth, int, 0000);
443 MODULE_PARM_DESC(lcd_hwidth, "LCD line hardware address (64)");
854 hdc->hwidth = lcd_hwidth; in lcd_init()
923 if (lcd_hwidth != NOT_SET) in lcd_init()
924 hdc->hwidth = lcd_hwidth; in lcd_init()
1638 if (lcd_hwidth == NOT_SET) in panel_init_module()
1639 lcd_hwidth = 16; in panel_init_module()