Lines Matching refs:horTotal
41 uint16_t horTotal;
148 990, /* horTotal */
163 1144, /* horTotal */
178 1018, /* horTotal */
193 1131, /* horTotal */
646 hTotal = constPtr->horTotal;
782 save->tv_htotal = constPtr->horTotal - 1;
1101 (((constPtr->horTotal / 8) - 1) << RADEON_CRTC_H_TOTAL_SHIFT);
1141 save->htotal_cntl = (constPtr->horTotal & 0x7 /*0xf*/) | RADEON_HTOT_CNTL_VGA_EN;
1205 (((constPtr->horTotal / 8) - 1) << RADEON_CRTC_H_TOTAL_SHIFT);
1245 save->htotal_cntl2 = (constPtr->horTotal & 0x7); /* 0xf */