2 ** linux/machw.h -- This header defines some macros and pointers for
3 ** the various Macintosh custom hardware registers.
5 ** Copyright 1997 by Michael Schmitz
7 ** This file is subject to the terms and conditions of the GNU General Public
8 ** License. See the file COPYING in the main directory of this archive
17 * head.S maps the videomem to VIDEOMEMBASE
20 #define VIDEOMEMBASE 0xf0000000
21 #define VIDEOMEMSIZE (4096*1024)
22 #define VIDEOMEMMASK (-4096*1024)
26 #include <linux/types.h>
29 /* Mac SCSI Controller 5380 */
31 #define MAC_5380_BAS (0x50F10000) /* This is definitely wrong!! */
49 #define mac_scsi ((*(volatile struct MAC_5380 *)MAC_5380_BAS))
55 #define MAC_SCC_BAS (0x50F04000)
66 # define mac_scc ((*(volatile struct SCC*)MAC_SCC_BAS))
69 #endif /* __ASSEMBLY__ */
71 #endif /* linux/machw.h */