Lines Matching defs:height
1044 u32 height = vtotal(bt);
1047 u16 cp_start_vbi = height - bt->vfrontporch + 1;
1101 cp_write(sd, 0xab, (height >> 4) & 0xff);
1102 cp_write(sd, 0xac, (height & 0x0f) << 4);
1482 "%s: lcf (frame height - 1) = %d, bl = %d, lcvs (vsync) = %d, %chsync, %cvsync, %s\n",
1553 bt->height = (hdmi_read(sd, 0x09) & 0x0f) * 256 + hdmi_read(sd, 0x0a);
1576 bt->height += (hdmi_read(sd, 0x0b) & 0x0f) * 256 +
2001 format->height = state->timings.bt.height;
2006 format->colorspace = (state->timings.bt.height <= 576) ?
2078 format->format.height = 480;
2080 format->format.height = 576;
2777 "STDI: lcf (frame height - 1) = %d, bl = %d, lcvs (vsync) = %d, fcl = %d, %s, %chsync, %cvsync\n",