Home
last modified time | relevance | path

Searched refs:VSC (Results 1 – 5 of 5) 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
990 VSC = (1 << 16) - (Vsrc * (1 << 9) / Vlines - (1 << 9)); in cx18_av_set_fmt()
991 VSC &= 0x1fff; in cx18_av_set_fmt()
1004 fmt->width, fmt->height, HSC, VSC); in cx18_av_set_fmt()
1011 cx18_av_write(cx, 0x41c, VSC & 0xff); in cx18_av_set_fmt()
1012 cx18_av_write(cx, 0x41d, VSC >> 8); in cx18_av_set_fmt()
/Linux-v4.19/drivers/parisc/
DKconfig4 bool "VSC/GSC/HSC bus support"
7 The VSC, GSC and HSC busses were used from the earliest 700-series
/Linux-v4.19/arch/powerpc/boot/dts/
Dmpc8349emitx.dts396 0x1 0x0 0xf8000000 0x20000 /* VSC 7385 */
/Linux-v4.19/drivers/media/i2c/cx25840/
Dcx25840-core.c1381 int HSC, VSC, Vsrc, Hsrc, filter, Vlines; in cx25840_set_fmt() local
1425 VSC = (1 << 16) - (Vsrc * (1 << 9) / Vlines - (1 << 9)); in cx25840_set_fmt()
1426 VSC &= 0x1fff; in cx25840_set_fmt()
1438 fmt->width, fmt->height, HSC, VSC); in cx25840_set_fmt()
1444 cx25840_write4(client, 0x438, VSC | (1 << 19) | (filter << 16)); in cx25840_set_fmt()
1450 cx25840_write(client, 0x41c, VSC & 0xff); in cx25840_set_fmt()
1451 cx25840_write(client, 0x41d, VSC >> 8); in cx25840_set_fmt()
/Linux-v4.19/drivers/ata/
DKconfig489 tristate "VITESSE VSC-7174 / INTEL 31244 SATA support"