Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/matrox/
Dmatroxfb_maven.c830 int hdec; in maven_compute_timming() local
839 hdec = 94208 / (mt->HTotal); in maven_compute_timming()
841 hdec = 0x81; in maven_compute_timming()
842 if (hdec > 0x81) in maven_compute_timming()
843 hdec = 0x81; in maven_compute_timming()
844 if (hdec < 0x41) in maven_compute_timming()
845 hdec = 0x41; in maven_compute_timming()
846 hdec--; in maven_compute_timming()
847 hlen = 98304 - 128 - ((lmargin + mt->HDisplay - 8) * hdec); in maven_compute_timming()
870 ib = ((0x3C0000 * i - 0x8000)/ hdec + 0x05E7) >> 8; in maven_compute_timming()
[all …]
/linux-5.19.10/arch/powerpc/kvm/
Dbook3s_hv_p9_entry.c766 s64 hdec, dec; in kvmhv_vcpu_entry_p9() local
782 hdec = time_limit - *tb; in kvmhv_vcpu_entry_p9()
783 if (hdec < 0) in kvmhv_vcpu_entry_p9()
939 mtspr(SPRN_HDEC, hdec); in kvmhv_vcpu_entry_p9()