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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/panel/
H A Dpanel.c411 static int lcd_hwidth = -1; /* hardware buffer width (usually 64) */ variable
412 module_param(lcd_hwidth, int, 0000);
413 MODULE_PARM_DESC(lcd_hwidth, "LCD line hardware address (64)");
820 | (lcd_addr_y ? lcd_hwidth : 0)
824 (lcd_hwidth - 1) : lcd_bwidth - 1));
848 for (pos = 0; pos < lcd_height * lcd_hwidth; pos++) {
868 for (pos = 0; pos < lcd_height * lcd_hwidth; pos++) {
903 for (pos = 0; pos < lcd_height * lcd_hwidth; pos++) {
1367 if (lcd_hwidth < 0)
1368 lcd_hwidth
[all...]

Completed in 65 milliseconds