Searched refs:VSC (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/media/pci/cx18/ |
D | cx18-av-core.c | 955 int HSC, VSC, Vsrc, Hsrc, filter, Vlines; in cx18_av_set_fmt() local 997 VSC = (1 << 16) - (Vsrc * (1 << 9) / Vlines - (1 << 9)); in cx18_av_set_fmt() 998 VSC &= 0x1fff; in cx18_av_set_fmt() 1011 fmt->width, fmt->height, HSC, VSC); in cx18_av_set_fmt() 1018 cx18_av_write(cx, 0x41c, VSC & 0xff); in cx18_av_set_fmt() 1019 cx18_av_write(cx, 0x41d, VSC >> 8); in cx18_av_set_fmt()
|
/linux-4.4.14/drivers/parisc/ |
D | Kconfig | 4 bool "VSC/GSC/HSC bus support" 7 The VSC, GSC and HSC busses were used from the earliest 700-series
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | mpc8349emitx.dts | 396 0x1 0x0 0xf8000000 0x20000 /* VSC 7385 */
|
/linux-4.4.14/drivers/media/i2c/cx25840/ |
D | cx25840-core.c | 1376 int HSC, VSC, Vsrc, Hsrc, filter, Vlines; in cx25840_set_fmt() local 1413 VSC = (1 << 16) - (Vsrc * (1 << 9) / Vlines - (1 << 9)); in cx25840_set_fmt() 1414 VSC &= 0x1fff; in cx25840_set_fmt() 1426 fmt->width, fmt->height, HSC, VSC); in cx25840_set_fmt() 1433 cx25840_write(client, 0x41c, VSC & 0xff); in cx25840_set_fmt() 1434 cx25840_write(client, 0x41d, VSC >> 8); in cx25840_set_fmt()
|
/linux-4.4.14/drivers/ata/ |
D | Kconfig | 409 tristate "VITESSE VSC-7174 / INTEL 31244 SATA support"
|