Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
asp.c File Reference
#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.

Macros

#define ASP_GSC_IRQ   3 /* hardcoded interrupt for GSC */
 
#define ASP_VER_OFFSET   0x20 /* offset of ASP version */
 
#define ASP_LED_ADDR   0xf0800020
 
#define VIPER_INT_WORD   0xFFFBF088 /* addr of viper interrupt word */
 
#define ASP_INTERRUPT_ADDR   0xf0800000
 

Variables

struct parisc_driver asp_driver
 

Macro Definition Documentation

#define ASP_GSC_IRQ   3 /* hardcoded interrupt for GSC */

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.

Variable Documentation

struct parisc_driver asp_driver
Initial value:
= {
.name = "asp",
.id_table = asp_tbl,
.probe = asp_init_chip,
}

Definition at line 126 of file asp.c.