Home
last modified time | relevance | path

Searched refs:HSC (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/drivers/media/video/cx18/
Dcx18-av-core.c953 int HSC, VSC, Vsrc, Hsrc, filter, Vlines; in cx18_av_s_mbus_fmt() local
991 HSC = (Hsrc * (1 << 20)) / fmt->width - (1 << 20); in cx18_av_s_mbus_fmt()
1006 fmt->width, fmt->height, HSC, VSC); in cx18_av_s_mbus_fmt()
1009 cx18_av_write(cx, 0x418, HSC & 0xff); in cx18_av_s_mbus_fmt()
1010 cx18_av_write(cx, 0x419, (HSC >> 8) & 0xff); in cx18_av_s_mbus_fmt()
1011 cx18_av_write(cx, 0x41a, HSC >> 16); in cx18_av_s_mbus_fmt()
/linux-3.4.99/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-3.4.99/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-3.4.99/drivers/scsi/
Dncr53c8xx.h819 #define HSC 0x20 /* c: Halt SCSI Clock */ macro
Dncr53c8xx.c7839 OUTB(nc_stest3, HSC); /* Halt the scsi clock */
DKconfig1287 The Zalon is a GSC/HSC bus interface chip that sits between the
/linux-3.4.99/drivers/media/video/cx25840/
Dcx25840-core.c1348 int HSC, VSC, Vsrc, Hsrc, filter, Vlines; in cx25840_s_mbus_fmt() local
1372 HSC = (Hsrc * (1 << 20)) / fmt->width - (1 << 20); in cx25840_s_mbus_fmt()
1386 fmt->width, fmt->height, HSC, VSC); in cx25840_s_mbus_fmt()
1389 cx25840_write(client, 0x418, HSC & 0xff); in cx25840_s_mbus_fmt()
1390 cx25840_write(client, 0x419, (HSC >> 8) & 0xff); in cx25840_s_mbus_fmt()
1391 cx25840_write(client, 0x41a, HSC >> 16); in cx25840_s_mbus_fmt()