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

/linux-master/drivers/media/pci/cx18/
H A Dcx18-av-core.c939 int HSC, VSC, Vsrc, Hsrc, filter, Vlines; local
980 HSC = (Hsrc * (1 << 20)) / fmt->width - (1 << 20);
995 fmt->width, fmt->height, HSC, VSC);
997 /* HSCALE=HSC */
998 cx18_av_write(cx, 0x418, HSC & 0xff);
999 cx18_av_write(cx, 0x419, (HSC >> 8) & 0xff);
1000 cx18_av_write(cx, 0x41a, HSC >> 16);
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_defs.h279 #define HSC 0x20 /* c: Halt SCSI Clock */ macro
H A Dsym_hipd.c261 OUTB(np, nc_stest3, HSC); /* Halt the scsi clock */
/linux-master/drivers/scsi/
H A Dncr53c8xx.h803 #define HSC 0x20 /* c: Halt SCSI Clock */ macro
H A Dncr53c8xx.c7665 OUTB(nc_stest3, HSC); /* Halt the scsi clock */

Completed in 337 milliseconds