Lines Matching defs:h_total
302 int h_total = (info->var.xres + info->var.right_margin +
305 int h_blank_e = h_total + 4;
326 h_start = h_total - 5;
327 h_end = h_total - 2;
328 h_blank_e = h_total + 4;
331 state->crtc[0x0] = Set8Bits(h_total);
370 state->horiz = SetBitField(h_total, 8: 8, 0:0)
381 h_total = (h_total >> 1) & ~1;
382 state->interlace = Set8Bits(h_total);
383 state->horiz |= SetBitField(h_total, 8: 8, 4:4);