Home
last modified time | relevance | path

Searched refs:HSC (Results 1 – 8 of 8) 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
996 HSC = (Hsrc * (1 << 20)) / fmt->width - (1 << 20); in cx18_av_set_fmt()
1011 fmt->width, fmt->height, HSC, VSC); in cx18_av_set_fmt()
1014 cx18_av_write(cx, 0x418, HSC & 0xff); in cx18_av_set_fmt()
1015 cx18_av_write(cx, 0x419, (HSC >> 8) & 0xff); in cx18_av_set_fmt()
1016 cx18_av_write(cx, 0x41a, HSC >> 16); 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
83 GSC/HSC cards (eg gigabit & dual 100 Mbit Ethernet) have a Dino on
/linux-4.4.14/drivers/scsi/sym53c8xx_2/
Dsym_defs.h292 #define HSC 0x20 /* c: Halt SCSI Clock */ macro
Dsym_hipd.c274 OUTB(np, nc_stest3, HSC); /* Halt the scsi clock */ in sym_selectclock()
/linux-4.4.14/drivers/scsi/
Dncr53c8xx.h815 #define HSC 0x20 /* c: Halt SCSI Clock */ macro
DKconfig1135 The Zalon is a GSC/HSC bus interface chip that sits between the
Dncr53c8xx.c7839 OUTB(nc_stest3, HSC); /* Halt the scsi clock */
/linux-4.4.14/drivers/media/i2c/cx25840/
Dcx25840-core.c1376 int HSC, VSC, Vsrc, Hsrc, filter, Vlines; in cx25840_set_fmt() local
1412 HSC = (Hsrc * (1 << 20)) / fmt->width - (1 << 20); in cx25840_set_fmt()
1426 fmt->width, fmt->height, HSC, VSC); in cx25840_set_fmt()
1429 cx25840_write(client, 0x418, HSC & 0xff); in cx25840_set_fmt()
1430 cx25840_write(client, 0x419, (HSC >> 8) & 0xff); in cx25840_set_fmt()
1431 cx25840_write(client, 0x41a, HSC >> 16); in cx25840_set_fmt()