Lines Matching defs:h_total
301 int h_total = (info->var.xres + info->var.right_margin +
304 int h_blank_e = h_total + 4;
325 h_start = h_total - 5;
326 h_end = h_total - 2;
327 h_blank_e = h_total + 4;
330 state->crtc[0x0] = Set8Bits(h_total);
369 state->horiz = SetBitField(h_total, 8: 8, 0:0)
380 h_total = (h_total >> 1) & ~1;
381 state->interlace = Set8Bits(h_total);
382 state->horiz |= SetBitField(h_total, 8: 8, 4:4);