VSC               939 drivers/media/pci/cx18/cx18-av-core.c 	int HSC, VSC, Vsrc, Hsrc, filter, Vlines;
VSC               981 drivers/media/pci/cx18/cx18-av-core.c 	VSC = (1 << 16) - (Vsrc * (1 << 9) / Vlines - (1 << 9));
VSC               982 drivers/media/pci/cx18/cx18-av-core.c 	VSC &= 0x1fff;
VSC               995 drivers/media/pci/cx18/cx18-av-core.c 			    fmt->width, fmt->height, HSC, VSC);
VSC              1002 drivers/media/pci/cx18/cx18-av-core.c 	cx18_av_write(cx, 0x41c, VSC & 0xff);
VSC              1003 drivers/media/pci/cx18/cx18-av-core.c 	cx18_av_write(cx, 0x41d, VSC >> 8);