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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/
H A Dtridentfb.c1011 u32 htotal, hdispend, hsyncstart, hsyncend, hblankstart, hblankend; local
1019 hdispend = var->xres / 8 - 1;
1024 hblankstart = hdispend + 1;
1082 write3X4(par, VGA_CRTC_H_DISP, hdispend & 0xFF);
1110 tmp |= (hdispend >> 7) & 0x02;
H A Dcirrusfb.c662 int hdispend, hsyncstart, hsyncend, htotal; local
698 hdispend = var->xres / 8;
735 hdispend /= 2;
739 hdispend -= 1;
750 dev_dbg(info->device, "CRT1: %d\n", hdispend);
751 vga_wcrt(regbase, VGA_CRTC_H_DISP, hdispend);
1216 if (hdispend & 256)
H A Dtdfxfb.c561 u32 hdispend = info->var.xres; local
562 u32 hsyncsta = hdispend + info->var.right_margin;
588 hdispend >>= 1;
594 wd = (hdispend >> 3) - 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/
H A Dtridentfb.c1011 u32 htotal, hdispend, hsyncstart, hsyncend, hblankstart, hblankend; local
1019 hdispend = var->xres / 8 - 1;
1024 hblankstart = hdispend + 1;
1082 write3X4(par, VGA_CRTC_H_DISP, hdispend & 0xFF);
1110 tmp |= (hdispend >> 7) & 0x02;
H A Dcirrusfb.c662 int hdispend, hsyncstart, hsyncend, htotal; local
698 hdispend = var->xres / 8;
735 hdispend /= 2;
739 hdispend -= 1;
750 dev_dbg(info->device, "CRT1: %d\n", hdispend);
751 vga_wcrt(regbase, VGA_CRTC_H_DISP, hdispend);
1216 if (hdispend & 256)
H A Dtdfxfb.c561 u32 hdispend = info->var.xres; local
562 u32 hsyncsta = hdispend + info->var.right_margin;
588 hdispend >>= 1;
594 wd = (hdispend >> 3) - 1;

Completed in 485 milliseconds