Home
last modified time | relevance | path

Searched refs:Vsrc (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-av-core.c948 int HSC, VSC, Vsrc, Hsrc, filter, Vlines; in cx18_av_set_fmt() local
957 Vsrc = (cx18_av_read(cx, 0x476) & 0x3f) << 4; in cx18_av_set_fmt()
958 Vsrc |= (cx18_av_read(cx, 0x475) & 0xf0) >> 4; in cx18_av_set_fmt()
980 (Vlines * 8 < Vsrc) || (Vsrc < Vlines)) { in cx18_av_set_fmt()
990 VSC = (1 << 16) - (Vsrc * (1 << 9) / Vlines - (1 << 9)); in cx18_av_set_fmt()
/Linux-v4.19/drivers/media/i2c/
Dsaa7115.c865 int Vsrc = is_50hz ? 576 : 480; in saa711x_set_size() local
872 if ((height < 1) || (height > Vsrc)) in saa711x_set_size()
879 if (height != Vsrc) in saa711x_set_size()
935 VSCY = (int)((1024 * Vsrc) / height); in saa711x_set_size()
936 v4l2_dbg(1, debug, sd, "Vsrc: %d, Vscy: 0x%05x\n", Vsrc, VSCY); in saa711x_set_size()
/Linux-v4.19/drivers/media/i2c/cx25840/
Dcx25840-core.c1381 int HSC, VSC, Vsrc, Hsrc, filter, Vlines; in cx25840_set_fmt() local
1391 Vsrc = (cx25840_read(client, 0x42a) & 0x3f) << 4; in cx25840_set_fmt()
1392 Vsrc |= (cx25840_read(client, 0x429) & 0xf0) >> 4; in cx25840_set_fmt()
1394 Vsrc = (cx25840_read(client, 0x476) & 0x3f) << 4; in cx25840_set_fmt()
1395 Vsrc |= (cx25840_read(client, 0x475) & 0xf0) >> 4; in cx25840_set_fmt()
1416 (Vlines * 8 < Vsrc) || (Vsrc + 1 < Vlines)) { in cx25840_set_fmt()
1425 VSC = (1 << 16) - (Vsrc * (1 << 9) / Vlines - (1 << 9)); in cx25840_set_fmt()