RTEMS  5.1
grlib.h
Go to the documentation of this file.
1 
7 /*
8  * COPYRIGHT (c) 2012
9  * Aeroflex Gaisler
10  *
11  * The license and distribution terms for this file may be
12  * found in the file LICENSE in this distribution or at
13  * http://www.rtems.org/license/LICENSE.
14  */
15 
16 #ifndef __GRLIB_H__
17 #define __GRLIB_H__
18 
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22 
31 /* ESA MEMORY CONTROLLER */
32 struct mctrl_regs {
33  unsigned int mcfg1;
34  unsigned int mcfg2;
35  unsigned int mcfg3;
36 };
37 
38 /* APB UART */
39 struct apbuart_regs {
40  volatile unsigned int data;
41  volatile unsigned int status;
42  volatile unsigned int ctrl;
43  volatile unsigned int scaler;
44 };
45 
46 /* IRQMP and IRQAMP interrupt controller timestamps */
48  volatile unsigned int counter; /* 0x00 */
49  volatile unsigned int control; /* 0x04 */
50  volatile unsigned int assertion; /* 0x08 */
51  volatile unsigned int ack; /* 0x0c */
52 };
53 
54 /* IRQMP and IRQAMP interrupt controllers */
55 struct irqmp_regs {
56  volatile unsigned int ilevel; /* 0x00 */
57  volatile unsigned int ipend; /* 0x04 */
58  volatile unsigned int iforce; /* 0x08 */
59  volatile unsigned int iclear; /* 0x0c */
60  volatile unsigned int mpstat; /* 0x10 */
61  volatile unsigned int bcast; /* 0x14 */
62  volatile unsigned int notused02; /* 0x18 */
63  volatile unsigned int wdgctrl; /* 0x1c */
64  volatile unsigned int ampctrl; /* 0x20 */
65  volatile unsigned int icsel[2]; /* 0x24,0x28 */
66  volatile unsigned int notused13; /* 0x2c */
67  volatile unsigned int notused20; /* 0x30 */
68  volatile unsigned int notused21; /* 0x34 */
69  volatile unsigned int notused22; /* 0x38 */
70  volatile unsigned int notused23; /* 0x3c */
71  volatile unsigned int mask[16]; /* 0x40 */
72  volatile unsigned int force[16]; /* 0x80 */
73  /* Extended IRQ registers */
74  volatile unsigned int intid[16]; /* 0xc0 */
75  volatile struct irqmp_timestamp_regs timestamp[16]; /* 0x100 */
76  volatile unsigned int resetaddr[4]; /* 0x200 */
77  volatile unsigned int resv0[12]; /* 0x210 - 0x23C */
78  volatile unsigned int pboot; /* 0x240 */
79  volatile unsigned int resv1[47]; /* 0x244 - 0x2FC */
80  volatile unsigned int irqmap[8]; /* 0x300 - 0x31C */
81  volatile unsigned int resv2[824]; /* 0x320 - 0x1000 */
82 };
83 
84 /* GPTIMER Timer instance */
86  volatile unsigned int value;
87  volatile unsigned int reload;
88  volatile unsigned int ctrl;
89  volatile unsigned int notused;
90 };
91 
92 #define GPTIMER_TIMER_CTRL_EN 0x00000001U
93 #define GPTIMER_TIMER_CTRL_RS 0x00000002U
94 #define GPTIMER_TIMER_CTRL_LD 0x00000004U
95 #define GPTIMER_TIMER_CTRL_IE 0x00000008U
96 #define GPTIMER_TIMER_CTRL_IP 0x00000010U
97 #define GPTIMER_TIMER_CTRL_CH 0x00000020U
98 #define GPTIMER_TIMER_CTRL_DH 0x00000040U
99 
100 /* GPTIMER common registers */
101 struct gptimer_regs {
102  volatile unsigned int scaler_value; /* common timer registers */
103  volatile unsigned int scaler_reload;
104  volatile unsigned int cfg;
105  volatile unsigned int notused;
106  struct gptimer_timer_regs timer[7];
107 };
108 
109 /* GRGPIO GPIO */
110 struct grgpio_regs {
111  volatile unsigned int data; /* 0x00 I/O port data register */
112  volatile unsigned int output; /* 0x04 I/O port output register */
113  volatile unsigned int dir; /* 0x08 I/O port direction register */
114  volatile unsigned int imask; /* 0x0C Interrupt mask register */
115  volatile unsigned int ipol; /* 0x10 Interrupt polarity register */
116  volatile unsigned int iedge; /* 0x14 Interrupt edge register */
117  volatile unsigned int bypass; /* 0x18 Bypass register */
118  volatile unsigned int cap; /* 0x1C Capability register */
119  volatile unsigned int irqmap[4]; /* 0x20 - 0x2C Interrupt map registers */
120  volatile unsigned int res_30; /* 0x30 Reserved */
121  volatile unsigned int res_34; /* 0x34 Reserved */
122  volatile unsigned int res_38; /* 0x38 Reserved */
123  volatile unsigned int res_3C; /* 0x3C Reserved */
124  volatile unsigned int iavail; /* 0x40 Interrupt available register */
125  volatile unsigned int iflag; /* 0x44 Interrupt flag register */
126  volatile unsigned int res_48; /* 0x48 Reserved */
127  volatile unsigned int pulse; /* 0x4C Pulse register */
128  volatile unsigned int res_50; /* 0x50 Reserved */
129  volatile unsigned int output_or; /* 0x54 I/O port output register, logical-OR */
130  volatile unsigned int dir_or; /* 0x58 I/O port direction register, logical-OR */
131  volatile unsigned int imask_or; /* 0x5C Interrupt mask register, logical-OR */
132  volatile unsigned int res_60; /* 0x60 Reserved */
133  volatile unsigned int output_and; /* 0x64 I/O port output register, logical-AND */
134  volatile unsigned int dir_and; /* 0x68 I/O port direction register, logical-AND */
135  volatile unsigned int imask_and; /* 0x6C Interrupt mask register, logical-AND */
136  volatile unsigned int res_70; /* 0x70 Reserved */
137  volatile unsigned int output_xor; /* 0x74 I/O port output register, logical-XOR */
138  volatile unsigned int dir_xor; /* 0x78 I/O port direction register, logical-XOR */
139  volatile unsigned int imask_xor; /* 0x7C Interrupt mask register, logical-XOR */
140 };
141 
142 /* L2C - Level 2 Cache Controller registers */
143 struct l2c_regs {
144  volatile unsigned int control; /* 0x00 Control register */
145  volatile unsigned int status; /* 0x04 Status register */
146  volatile unsigned int flush_mem_addr; /* 0x08 Flush (Memory address) */
147  volatile unsigned int flush_set_index; /* 0x0c Flush (set, index) */
148  volatile unsigned int access_counter; /* 0x10 */
149  volatile unsigned int hit_counter; /* 0x14 */
150  volatile unsigned int bus_cycle_counter; /* 0x18 */
151  volatile unsigned int bus_usage_counter; /* 0x1c */
152  volatile unsigned int error_status_control; /* 0x20 Error status/control */
153  volatile unsigned int error_addr; /* 0x24 Error address */
154  volatile unsigned int tag_check_bit; /* 0x28 TAG-check-bit */
155  volatile unsigned int data_check_bit; /* 0x2c Data-check-bit */
156  volatile unsigned int scrub_control_status; /* 0x30 Scrub Control/Status */
157  volatile unsigned int scrub_delay; /* 0x34 Scrub Delay */
158  volatile unsigned int error_injection; /* 0x38 Error injection */
159  volatile unsigned int access_control; /* 0x3c Access control */
160  volatile unsigned int reserved_40[16]; /* 0x40 Reserved */
161  volatile unsigned int mtrr[32]; /* 0x80 - 0xFC MTRR registers */
162  volatile unsigned int reserved_100[131008]; /* 0x100 Reserved */
163  volatile unsigned int diag_iface_tag[16384]; /* 0x80000 - 0x8FFFC Diagnostic interface (Tag) */
164  volatile unsigned int reserved_90000[376832]; /* 0x90000 Reserved */
165  volatile unsigned int diag_iface_data[524288];/* 0x200000 - 0x3FFFFC Diagnostic interface (Data) */
166 };
167 
168 #ifdef __cplusplus
169 }
170 #endif
171 
172 #endif
Definition: grlib.h:47
Definition: grlib.h:85
Definition: grlib.h:110
Definition: grlib.h:32
Definition: grlib.h:101
Definition: grlib.h:39
Definition: intercom.c:74
Definition: grlib.h:55
Definition: grlib.h:143