mpc106.h (1a247ba7fa5fb09f56892a09a990f03ce564b3e2) | mpc106.h (6d0f6bcf337c5261c08fabe12982178c2c489d76) |
---|---|
1/* 2 * (C) Copyright 2001 Sysgo Real-Time Solutions, GmbH <www.elinos.com> 3 * Andreas Heppel <aheppel@sysgo.de> 4 * 5 * See file CREDITS for list of people who contributed to this 6 * project. 7 * 8 * This program is free software; you can redistribute it and/or --- 21 unchanged lines hidden (view full) --- 30 */ 31#define PCIDEVID_MPC106 0x0 32 33/* 34 * MPC106 Registers 35 */ 36#define MPC106_REG 0x80000000 37 | 1/* 2 * (C) Copyright 2001 Sysgo Real-Time Solutions, GmbH <www.elinos.com> 3 * Andreas Heppel <aheppel@sysgo.de> 4 * 5 * See file CREDITS for list of people who contributed to this 6 * project. 7 * 8 * This program is free software; you can redistribute it and/or --- 21 unchanged lines hidden (view full) --- 30 */ 31#define PCIDEVID_MPC106 0x0 32 33/* 34 * MPC106 Registers 35 */ 36#define MPC106_REG 0x80000000 37 |
38#ifdef CFG_ADDRESS_MAP_A | 38#ifdef CONFIG_SYS_ADDRESS_MAP_A |
39#define MPC106_REG_ADDR 0x80000cf8 40#define MPC106_REG_DATA 0x80000cfc 41#define MPC106_ISA_IO_PHYS 0x80000000 42#define MPC106_ISA_IO_BUS 0x00000000 43#define MPC106_ISA_IO_SIZE 0x00800000 44#define MPC106_PCI_IO_PHYS 0x81000000 45#define MPC106_PCI_IO_BUS 0x01000000 46#define MPC106_PCI_IO_SIZE 0x3e800000 --- 111 unchanged lines hidden --- | 39#define MPC106_REG_ADDR 0x80000cf8 40#define MPC106_REG_DATA 0x80000cfc 41#define MPC106_ISA_IO_PHYS 0x80000000 42#define MPC106_ISA_IO_BUS 0x00000000 43#define MPC106_ISA_IO_SIZE 0x00800000 44#define MPC106_PCI_IO_PHYS 0x81000000 45#define MPC106_PCI_IO_BUS 0x01000000 46#define MPC106_PCI_IO_SIZE 0x3e800000 --- 111 unchanged lines hidden --- |