#include <linux/errno.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/module.h>
#include <linux/types.h>
#include <asm/io.h>
#include <asm/led.h>
#include "gsc.h"
Go to the source code of this file.
Definition at line 24 of file asp.c.
#define ASP_INTERRUPT_ADDR 0xf0800000 |
Definition at line 71 of file asp.c.
#define ASP_LED_ADDR 0xf0800020 |
Definition at line 28 of file asp.c.
#define ASP_VER_OFFSET 0x20 /* offset of ASP version */ |
Definition at line 26 of file asp.c.
#define VIPER_INT_WORD 0xFFFBF088 /* addr of viper interrupt word */ |
Definition at line 30 of file asp.c.
Initial value:= {
.name = "asp",
.id_table = asp_tbl,
.probe = asp_init_chip,
}
Definition at line 126 of file asp.c.