Deleted Added
full compact
at91rm9200.h (163533) at91rm9200.h (235271)
1// ----------------------------------------------------------------------------
2// ATMEL Microcontroller Software Support - ROUSSET -
3// ----------------------------------------------------------------------------
4// The software is delivered "AS IS" without warranty or condition of any
5// kind, either express, implied or statutory. This includes without
6// limitation any warranty or condition with respect to merchantability or
7// fitness for any particular purpose, or against the infringements of
8// intellectual property rights of others.
9// ----------------------------------------------------------------------------
1// ----------------------------------------------------------------------------
2// ATMEL Microcontroller Software Support - ROUSSET -
3// ----------------------------------------------------------------------------
4// The software is delivered "AS IS" without warranty or condition of any
5// kind, either express, implied or statutory. This includes without
6// limitation any warranty or condition with respect to merchantability or
7// fitness for any particular purpose, or against the infringements of
8// intellectual property rights of others.
9// ----------------------------------------------------------------------------
10// $FreeBSD: head/sys/boot/arm/at91/libat91/at91rm9200.h 163533 2006-10-20 09:12:05Z imp $
10// $FreeBSD: head/sys/boot/arm/at91/libat91/at91rm9200.h 235271 2012-05-11 14:40:25Z imp $
11//
12// File Name : AT91RM9200.h
13// Object : AT91RM9200 definitions
14// Generated : AT91 SW Application Group 07/04/2003 (11:05:04)
15//
16// CVS Reference : /AT91RM9200.pl/1.16/Fri Feb 07 09:29:50 2003//
17// CVS Reference : /SYS_AT91RM9200.pl/1.2/Fri Jan 17 11:44:36 2003//
18// CVS Reference : /MC_1760A.pl/1.1/Fri Aug 23 13:38:22 2002//

--- 17 unchanged lines hidden (view full) ---

36// CVS Reference : /SMC_1783A.pl/1.3/Thu Oct 31 13:38:16 2002//
37// CVS Reference : /SDRC_1758B.pl/1.2/Thu Oct 03 12:04:40 2002//
38// CVS Reference : /BFC_1757B.pl/1.3/Thu Oct 31 13:38:00 2002//
39// ----------------------------------------------------------------------------
40
41#ifndef AT91RM9200_H
42#define AT91RM9200_H
43
11//
12// File Name : AT91RM9200.h
13// Object : AT91RM9200 definitions
14// Generated : AT91 SW Application Group 07/04/2003 (11:05:04)
15//
16// CVS Reference : /AT91RM9200.pl/1.16/Fri Feb 07 09:29:50 2003//
17// CVS Reference : /SYS_AT91RM9200.pl/1.2/Fri Jan 17 11:44:36 2003//
18// CVS Reference : /MC_1760A.pl/1.1/Fri Aug 23 13:38:22 2002//

--- 17 unchanged lines hidden (view full) ---

36// CVS Reference : /SMC_1783A.pl/1.3/Thu Oct 31 13:38:16 2002//
37// CVS Reference : /SDRC_1758B.pl/1.2/Thu Oct 03 12:04:40 2002//
38// CVS Reference : /BFC_1757B.pl/1.3/Thu Oct 31 13:38:00 2002//
39// ----------------------------------------------------------------------------
40
41#ifndef AT91RM9200_H
42#define AT91RM9200_H
43
44#define ATMEL_ENV
45
44typedef volatile unsigned int AT91_REG;// Hardware register definition
45
46// *****************************************************************************
47// SOFTWARE API DEFINITION FOR System Peripherals
48// *****************************************************************************
49typedef struct _AT91S_SYS {
50 AT91_REG AIC_SMR[32]; // Source Mode Register
51 AT91_REG AIC_SVR[32]; // Source Vector Register

--- 2358 unchanged lines hidden ---
46typedef volatile unsigned int AT91_REG;// Hardware register definition
47
48// *****************************************************************************
49// SOFTWARE API DEFINITION FOR System Peripherals
50// *****************************************************************************
51typedef struct _AT91S_SYS {
52 AT91_REG AIC_SMR[32]; // Source Mode Register
53 AT91_REG AIC_SVR[32]; // Source Vector Register

--- 2358 unchanged lines hidden ---