Searched refs:horizTotal (Results 1 – 1 of 1) sorted by relevance
248 int horizTotal = (mode->crtc_htotal >> 3) - 5; in nv_crtc_mode_set_vga() local274 horizStart = horizTotal - 5; in nv_crtc_mode_set_vga()275 horizEnd = horizTotal - 2; in nv_crtc_mode_set_vga()276 horizBlankEnd = horizTotal + 4; in nv_crtc_mode_set_vga()280 horizTotal += 2; in nv_crtc_mode_set_vga()291 ErrorF("horizTotal: 0x%X \n", horizTotal); in nv_crtc_mode_set_vga()345 regp->CRTC[NV_CIO_CR_HDT_INDEX] = horizTotal; in nv_crtc_mode_set_vga()402 XLATE(horizTotal, 8, NV_CIO_CRE_HEB_HDT_8); in nv_crtc_mode_set_vga()409 horizTotal = (horizTotal >> 1) & ~1; in nv_crtc_mode_set_vga()410 regp->CRTC[NV_CIO_CRE_ILACE__INDEX] = horizTotal; in nv_crtc_mode_set_vga()[all …]