Searched refs:sheight (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/media/pci/bt8xx/ |
H A D | bttv-risc.c | 261 sr = ((tvnorm->sheight >> (interleaved?0:1))*512)/height - 512; in bttv_calc_geo_old() 264 ((tvnorm->sheight>>4)&0x30) | ((vdelay>>2)&0xc0); in bttv_calc_geo_old() 268 geo->sheight = tvnorm->sheight; in bttv_calc_geo_old() 314 geo->sheight = c_height; in bttv_calc_geo() 324 ((geo->sheight >> 4) & 0x30) | in bttv_calc_geo() 353 btwrite(geo->sheight & 0xff, BT848_E_VACTIVE_LO+off); in bttv_apply_geo() 791 bttv_calc_geo(btv, &buf->geo, tvnorm->swidth, tvnorm->sheight, in bttv_buffer_risc()
|
H A D | bttvp.h | 80 u16 swidth, sheight; /* scaled standard width, height */ member 140 u16 sheight,vscale,vdelay,vtotal; member
|
/linux/drivers/media/pci/cx88/ |
H A D | cx88-core.c | 686 unsigned int sheight = norm_maxh(core->tvnorm); in cx88_set_scale() local 717 value = (0x10000 - (sheight * 512 / height - 512)) & 0x1fff; in cx88_set_scale() 722 cx_write(MO_VACTIVE_EVEN, sheight); in cx88_set_scale() 723 cx_write(MO_VACTIVE_ODD, sheight); in cx88_set_scale() 724 dprintk(1, "set_scale: vactive 0x%04x\n", sheight); in cx88_set_scale()
|
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_overlay.c | 798 u32 swidth, swidthsw, sheight, ostride; in intel_overlay_do_put_image() local 853 sheight = params->src_height; in intel_overlay_do_put_image() 863 sheight |= (params->src_height / uv_vscale) << 16; in intel_overlay_do_put_image() 881 iowrite32(sheight, ®s->SHEIGHT); in intel_overlay_do_put_image()
|