URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 1372 |
Rev 1373 |
Line 46... |
Line 46... |
int irq; /* IRQ of this device */
|
int irq; /* IRQ of this device */
|
unsigned long base_vapi_id; /* First VAPI ID. GPIO uses 8 consecutive IDs */
|
unsigned long base_vapi_id; /* First VAPI ID. GPIO uses 8 consecutive IDs */
|
} gpios[MAX_GPIOS];
|
} gpios[MAX_GPIOS];
|
|
|
struct {
|
struct {
|
int enabled; /* is MC enabled? */
|
|
unsigned long baseaddr; /* Naturally aligned base address */
|
|
unsigned POC; /* power on reset configuration register */
|
|
} mc;
|
|
|
|
struct {
|
|
int pattern; /* A user specified memory initialization pattern */
|
int pattern; /* A user specified memory initialization pattern */
|
int random_seed; /* Initialize the memory with random values, starting with seed */
|
int random_seed; /* Initialize the memory with random values, starting with seed */
|
enum {
|
enum {
|
MT_UNKNOWN,
|
MT_UNKNOWN,
|
MT_PATTERN,
|
MT_PATTERN,
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.