Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/matrox/
Dmatroxfb_maven.c829 int hdec; in maven_compute_timming() local
838 hdec = 94208 / (mt->HTotal); in maven_compute_timming()
840 hdec = 0x81; in maven_compute_timming()
841 if (hdec > 0x81) in maven_compute_timming()
842 hdec = 0x81; in maven_compute_timming()
843 if (hdec < 0x41) in maven_compute_timming()
844 hdec = 0x41; in maven_compute_timming()
845 hdec--; in maven_compute_timming()
846 hlen = 98304 - 128 - ((lmargin + mt->HDisplay - 8) * hdec); in maven_compute_timming()
869 ib = ((0x3C0000 * i - 0x8000)/ hdec + 0x05E7) >> 8; in maven_compute_timming()
[all …]