Searched refs:vbi_v_stop_0 (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/saa7134/
H A Dsaa7134-vbi.c64 saa_writeb(SAA7134_VBI_V_STOP1(task), norm->vbi_v_stop_0 & 0xff);
65 saa_writeb(SAA7134_VBI_V_STOP2(task), norm->vbi_v_stop_0 >> 8);
129 lines = norm->vbi_v_stop_0 - norm->vbi_v_start_0 +1;
173 lines = dev->tvnorm->vbi_v_stop_0 - dev->tvnorm->vbi_v_start_0 +1;
H A Dsaa7134.h94 unsigned int vbi_v_stop_0; member in struct:saa7134_tvnorm
H A Dsaa7134-video.c207 .vbi_v_stop_0 = 22, \
217 .vbi_v_stop_0 = 21, \
363 .vbi_v_stop_0 = 21,
566 dev->crop_bounds.top = (norm->vbi_v_stop_0+1)*2;
1476 f->fmt.vbi.count[0] = norm->vbi_v_stop_0 - norm->vbi_v_start_0 +1;

Completed in 104 milliseconds