Searched refs:HSC (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-av-core.c1028 int HSC, VSC, Vsrc, Hsrc, filter, Vlines; local
1066 HSC = (Hsrc * (1 << 20)) / fmt->width - (1 << 20);
1081 fmt->width, fmt->height, HSC, VSC);
1083 /* HSCALE=HSC */
1084 cx18_av_write(cx, 0x418, HSC & 0xff);
1085 cx18_av_write(cx, 0x419, (HSC >> 8) & 0xff);
1086 cx18_av_write(cx, 0x41a, HSC >> 16);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx25840/
H A Dcx25840-core.c1160 int HSC, VSC, Vsrc, Hsrc, filter, Vlines; local
1184 HSC = (Hsrc * (1 << 20)) / fmt->width - (1 << 20);
1198 fmt->width, fmt->height, HSC, VSC);
1200 /* HSCALE=HSC */
1201 cx25840_write(client, 0x418, HSC & 0xff);
1202 cx25840_write(client, 0x419, (HSC >> 8) & 0xff);
1203 cx25840_write(client, 0x41a, HSC >> 16);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/sym53c8xx_2/
H A Dsym_defs.h292 #define HSC 0x20 /* c: Halt SCSI Clock */ macro
H A Dsym_hipd.c271 OUTB(np, nc_stest3, HSC); /* Halt the scsi clock */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dncr53c8xx.h802 #define HSC 0x20 /* c: Halt SCSI Clock */ macro
H A Dncr53c8xx.c7655 OUTB(nc_stest3, HSC); /* Halt the scsi clock */

Completed in 64 milliseconds