Searched refs:Hsrc (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/media/pci/cx18/ |
D | cx18-av-core.c | 948 int HSC, VSC, Vsrc, Hsrc, filter, Vlines; in cx18_av_set_fmt() local 960 Hsrc = (cx18_av_read(cx, 0x472) & 0x3f) << 4; in cx18_av_set_fmt() 961 Hsrc |= (cx18_av_read(cx, 0x471) & 0xf0) >> 4; in cx18_av_set_fmt() 979 if ((fmt->width * 16 < Hsrc) || (Hsrc < fmt->width) || in cx18_av_set_fmt() 989 HSC = (Hsrc * (1 << 20)) / fmt->width - (1 << 20); in cx18_av_set_fmt()
|
/Linux-v4.19/drivers/media/i2c/cx25840/ |
D | cx25840-core.c | 1381 int HSC, VSC, Vsrc, Hsrc, filter, Vlines; in cx25840_set_fmt() local 1399 Hsrc = (cx25840_read(client, 0x426) & 0x3f) << 4; in cx25840_set_fmt() 1400 Hsrc |= (cx25840_read(client, 0x425) & 0xf0) >> 4; in cx25840_set_fmt() 1402 Hsrc = (cx25840_read(client, 0x472) & 0x3f) << 4; in cx25840_set_fmt() 1403 Hsrc |= (cx25840_read(client, 0x471) & 0xf0) >> 4; in cx25840_set_fmt() 1415 (fmt->width * 16 < Hsrc) || (Hsrc < fmt->width) || in cx25840_set_fmt() 1424 HSC = (Hsrc * (1 << 20)) / fmt->width - (1 << 20); in cx25840_set_fmt()
|