amigahw.h (6112ea0862facaeaeab504ee01c0d04bcd22daaf) amigahw.h (7bc449688bf73891625616f3f2e93e359603016b)
1/*
2** asm-m68k/amigahw.h -- This header defines some macros and pointers for
3** the various Amiga custom hardware registers.
4** The naming conventions used here conform to those
5** used in the Amiga Hardware Reference Manual, 3rd Edition
6**
7** Copyright 1992 by Greg Harp
8**

--- 4 unchanged lines hidden (view full) ---

13** Created: 9/24/92 by Greg Harp
14*/
15
16#ifndef _M68K_AMIGAHW_H
17#define _M68K_AMIGAHW_H
18
19#include <linux/ioport.h>
20
1/*
2** asm-m68k/amigahw.h -- This header defines some macros and pointers for
3** the various Amiga custom hardware registers.
4** The naming conventions used here conform to those
5** used in the Amiga Hardware Reference Manual, 3rd Edition
6**
7** Copyright 1992 by Greg Harp
8**

--- 4 unchanged lines hidden (view full) ---

13** Created: 9/24/92 by Greg Harp
14*/
15
16#ifndef _M68K_AMIGAHW_H
17#define _M68K_AMIGAHW_H
18
19#include <linux/ioport.h>
20
21 /*
22 * Different Amiga models
23 */
21#include <asm/bootinfo-amiga.h>
24
22
25#define AMI_UNKNOWN (0)
26#define AMI_500 (1)
27#define AMI_500PLUS (2)
28#define AMI_600 (3)
29#define AMI_1000 (4)
30#define AMI_1200 (5)
31#define AMI_2000 (6)
32#define AMI_2500 (7)
33#define AMI_3000 (8)
34#define AMI_3000T (9)
35#define AMI_3000PLUS (10)
36#define AMI_4000 (11)
37#define AMI_4000T (12)
38#define AMI_CDTV (13)
39#define AMI_CD32 (14)
40#define AMI_DRACO (15)
41
23
42
43 /*
44 * Chipsets
45 */
46
47extern unsigned long amiga_chipset;
48
24 /*
25 * Chipsets
26 */
27
28extern unsigned long amiga_chipset;
29
49#define CS_STONEAGE (0)
50#define CS_OCS (1)
51#define CS_ECS (2)
52#define CS_AGA (3)
53
30
54
55 /*
56 * Miscellaneous
57 */
58
59extern unsigned long amiga_eclock; /* 700 kHz E Peripheral Clock */
60extern unsigned long amiga_colorclock; /* 3.5 MHz Color Clock */
61extern unsigned long amiga_chip_size; /* Chip RAM Size (bytes) */
62extern unsigned char amiga_vblank; /* VBLANK Frequency */

--- 287 unchanged lines hidden ---
31 /*
32 * Miscellaneous
33 */
34
35extern unsigned long amiga_eclock; /* 700 kHz E Peripheral Clock */
36extern unsigned long amiga_colorclock; /* 3.5 MHz Color Clock */
37extern unsigned long amiga_chip_size; /* Chip RAM Size (bytes) */
38extern unsigned char amiga_vblank; /* VBLANK Frequency */

--- 287 unchanged lines hidden ---