Path: blob/master/arch/arm/mach-iop32x/include/mach/hardware.h
17683 views
/*1* arch/arm/mach-iop32x/include/mach/hardware.h2*/34#ifndef __HARDWARE_H5#define __HARDWARE_H67#include <asm/types.h>89/*10* Note about PCI IO space mappings11*12* To make IO space accesses efficient, we store virtual addresses in13* the IO resources.14*15* The PCI IO space is located at virtual 0xfe000000 from physical16* 0x90000000. The PCI BARs must be programmed with physical addresses,17* but when we read them, we convert them to virtual addresses. See18* arch/arm/plat-iop/pci.c.19*/20#define pcibios_assign_all_busses() 121#define PCIBIOS_MIN_IO 0x0000000022#define PCIBIOS_MIN_MEM 0x000000002324#ifndef __ASSEMBLY__25void iop32x_init_irq(void);26#endif272829/*30* Generic chipset bits31*/32#include "iop32x.h"3334/*35* Board specific bits36*/37#include "glantank.h"38#include "iq80321.h"39#include "iq31244.h"40#include "n2100.h"414243#endif444546