Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
lasi.c File Reference
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/pm.h>
#include <linux/types.h>
#include <asm/io.h>
#include <asm/hardware.h>
#include <asm/led.h>
#include "gsc.h"

Go to the source code of this file.

Macros

#define LASI_VER   0xC008 /* LASI Version */
 
#define LASI_IO_CONF   0x7FFFE /* LASI primary configuration register */
 
#define LASI_IO_CONF2   0x7FFFF /* LASI secondary configuration register */
 
#define lasi_led_init(x)   /* nothing */
 

Variables

struct parisc_driver lasi_driver
 

Macro Definition Documentation

#define LASI_IO_CONF   0x7FFFE /* LASI primary configuration register */

Definition at line 34 of file lasi.c.

#define LASI_IO_CONF2   0x7FFFF /* LASI secondary configuration register */

Definition at line 35 of file lasi.c.

#define lasi_led_init (   x)    /* nothing */

Definition at line 106 of file lasi.c.

#define LASI_VER   0xC008 /* LASI Version */

Definition at line 32 of file lasi.c.

Variable Documentation

struct parisc_driver lasi_driver
Initial value:
= {
.name = "lasi",
.id_table = lasi_tbl,
.probe = lasi_init_chip,
}

Definition at line 235 of file lasi.c.