Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/pci/cx18/
Dcx18-av-core.c955 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/
DKconfig4 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/
Dmpc8349emitx.dts396 0x1 0x0 0xf8000000 0x20000 /* VSC 7385 */
/linux-4.4.14/drivers/media/i2c/cx25840/
Dcx25840-core.c1376 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/
DKconfig409 tristate "VITESSE VSC-7174 / INTEL 31244 SATA support"