Home
last modified time | relevance | path

Searched refs:VSC (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/media/pci/cx18/
Dcx18-av-core.c952 int HSC, VSC, Vsrc, Hsrc, filter, Vlines; in cx18_av_s_mbus_fmt() local
991 VSC = (1 << 16) - (Vsrc * (1 << 9) / Vlines - (1 << 9)); in cx18_av_s_mbus_fmt()
992 VSC &= 0x1fff; in cx18_av_s_mbus_fmt()
1005 fmt->width, fmt->height, HSC, VSC); in cx18_av_s_mbus_fmt()
1012 cx18_av_write(cx, 0x41c, VSC & 0xff); in cx18_av_s_mbus_fmt()
1013 cx18_av_write(cx, 0x41d, VSC >> 8); in cx18_av_s_mbus_fmt()
/linux-4.1.27/drivers/parisc/
DKconfig4 bool "VSC/GSC/HSC bus support"
7 The VSC, GSC and HSC busses were used from the earliest 700-series
/linux-4.1.27/arch/powerpc/boot/dts/
Dmpc8349emitx.dts396 0x1 0x0 0xf8000000 0x20000 /* VSC 7385 */
/linux-4.1.27/drivers/media/i2c/cx25840/
Dcx25840-core.c1373 int HSC, VSC, Vsrc, Hsrc, filter, Vlines; in cx25840_s_mbus_fmt() local
1408 VSC = (1 << 16) - (Vsrc * (1 << 9) / Vlines - (1 << 9)); in cx25840_s_mbus_fmt()
1409 VSC &= 0x1fff; in cx25840_s_mbus_fmt()
1421 fmt->width, fmt->height, HSC, VSC); in cx25840_s_mbus_fmt()
1428 cx25840_write(client, 0x41c, VSC & 0xff); in cx25840_s_mbus_fmt()
1429 cx25840_write(client, 0x41d, VSC >> 8); in cx25840_s_mbus_fmt()
/linux-4.1.27/drivers/ata/
DKconfig382 tristate "VITESSE VSC-7174 / INTEL 31244 SATA support"