MOXA linux-2.6.x / linux-2.6.19-uc1 from UC-7110-LX-BOOTLOADER-1.9_VERSION-4.2.tgz
[linux-2.6.19-moxart.git] / include / asm-arm / arch-ks8695 / hardware.h
blob1ec7c38cd020167531bef08d1679cb1213388959
1 /*
2 * linux/include/asm-arm/arch-ks8695/hardware.h
4 * This file contains the hardware definitions of the KS8695.
6 * Copyright (C) 2002 Micrel Inc.
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22 #ifndef __ASM_ARCH_HARDWARE_H
23 #define __ASM_ARCH_HARDWARE_H
26 * Virtual memory mapping of the KS8695 internal register area.
27 * This is a static mapping, set up early in kernel startup.
29 #define KS8695_IO_VIRT 0xFF000000
30 #define KS8695_REG(x) ((void __iomem *)(KS8695_IO_VIRT + (x)))
32 #define pcibios_assign_all_busses() 1
33 #define PCIBIOS_MIN_IO 0x00000100
34 #define PCIBIOS_MIN_MEM 0x00010000
35 #define PCI_MEMORY_VADDR KS8695P_PCIBG_MEM_BASE
36 #define PCI_IO_VADDR KS8695P_PCIBG_IO_BASE
38 #endif /* __ASM_ARCH_HARDWARE_H */