Lines Matching +full:chip +full:- +full:scu

2 ** linux/atarihw.h -- This header defines some macros and pointers for
10 ** 1996-09-13 lars brinkhoff <f93labr@dd.chalmers.se>:
24 #include <asm/bootinfo-atari.h>
65 * Define several Hardware-Chips for indication so that for the ATARI we do
78 ATARIHW_DECLARE(STND_SHIFTER); /* ST-Shifter - no base low ! */
79 ATARIHW_DECLARE(EXTD_SHIFTER); /* STe-Shifter - 24 bit address */
80 ATARIHW_DECLARE(TT_SHIFTER); /* TT-Shifter */
81 ATARIHW_DECLARE(VIDEL_SHIFTER); /* Falcon-Shifter */
84 ATARIHW_DECLARE(PCM_8BIT); /* PCM-Sound in STe-ATARI */
88 ATARIHW_DECLARE(ST_SCSI); /* NCR5380 via ST-DMA (Falcon) */
93 ATARIHW_DECLARE(ST_MFP); /* The ST-MFP (there should be no Atari
102 ATARIHW_DECLARE(STND_DMA); /* 24 Bit limited ST-DMA */
103 ATARIHW_DECLARE(EXTD_DMA); /* 32 Bit ST-DMA */
107 ATARIHW_DECLARE(TT_CLK); /* TT compatible clock chip */
108 ATARIHW_DECLARE(MSTE_CLK); /* Mega ST(E) clock chip */
110 ATARIHW_DECLARE(SCU); /* System Control Unit */
218 /* values for shifter_tt->tt_shiftmode */
287 u_char dma_vhi; /* Some extended ST-DMAs can handle 32 bit addresses */
304 ** YM2149 Sound Chip
458 /* TT SCC DMA Controller (same chip as SCSI DMA) */
754 (0x0c0 | ((dB) < -80 ? 0 : (dB) > 0 ? 40 : (((dB) + 80) / 2)))
756 (0x140 | ((dB) < -40 ? 0 : (dB) > 0 ? 20 : (((dB) + 40) / 2)))
758 (0x100 | ((dB) < -40 ? 0 : (dB) > 0 ? 20 : (((dB) + 40) / 2)))
760 (0x080 | ((dB) < -12 ? 0 : (dB) > 12 ? 12 : (((dB) / 2) + 6)))
762 (0x040 | ((dB) < -12 ? 0 : (dB) > 12 ? 12 : (((dB) / 2) + 6)))
807 ** EtherNAT add-on card for Falcon - combined ethernet and USB adapter