Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/media/pci/cx18/
Dcx18-av-core.c939 int HSC, VSC, Vsrc, Hsrc, filter, Vlines; in cx18_av_set_fmt() local
981 VSC = (1 << 16) - (Vsrc * (1 << 9) / Vlines - (1 << 9)); in cx18_av_set_fmt()
982 VSC &= 0x1fff; in cx18_av_set_fmt()
995 fmt->width, fmt->height, HSC, VSC); in cx18_av_set_fmt()
1002 cx18_av_write(cx, 0x41c, VSC & 0xff); in cx18_av_set_fmt()
1003 cx18_av_write(cx, 0x41d, VSC >> 8); in cx18_av_set_fmt()
/linux-6.6.21/Documentation/virt/hyperv/
Dvmbus.rst44 Hyper-V uses the terms "VSP" and "VSC" in describing synthetic
46 particular synthetic device, while "VSC" refers to the driver for
55 between the VSP and the VSC. Channels are bi-directional and used
73 actual ring. The size of the ring is determined by the VSC in the
110 unique to each VSP/VSC pair.
125 Messages passed between the VSP and VSC are control messages. For
287 VSC and the VSP on the Hyper-V host. The setup messages may also
/linux-6.6.21/drivers/parisc/
DKconfig5 bool "VSC/GSC/HSC bus support"
10 The VSC, GSC and HSC busses were used from the earliest 700-series
/linux-6.6.21/arch/powerpc/boot/dts/
Dmpc8349emitx.dts392 0x1 0x0 0xf8000000 0x20000 /* VSC 7385 */
/linux-6.6.21/drivers/ata/
DKconfig548 tristate "VITESSE VSC-7174 / INTEL 31244 SATA support"