root/arch/arm/mach-ixp4xx/include/mach/hardware.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0-only */
   2 /*
   3  * arch/arm/mach-ixp4xx/include/mach/hardware.h 
   4  *
   5  * Copyright (C) 2002 Intel Corporation.
   6  * Copyright (C) 2003-2004 MontaVista Software, Inc.
   7  */
   8 
   9 /*
  10  * Hardware definitions for IXP4xx based systems
  11  */
  12 
  13 #ifndef __ASM_ARCH_HARDWARE_H__
  14 #define __ASM_ARCH_HARDWARE_H__
  15 
  16 #ifdef CONFIG_IXP4XX_INDIRECT_PCI
  17 #define PCIBIOS_MAX_MEM         0x4FFFFFFF
  18 #else
  19 #define PCIBIOS_MAX_MEM         0x4BFFFFFF
  20 #endif
  21 
  22 /* Register locations and bits */
  23 #include "ixp4xx-regs.h"
  24 
  25 #ifndef __ASSEMBLER__
  26 #include <mach/cpu.h>
  27 #endif
  28 
  29 /* Platform helper functions and definitions */
  30 #include "platform.h"
  31 
  32 #endif  /* _ASM_ARCH_HARDWARE_H */

/* [<][>][^][v][top][bottom][index][help] */