#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.
#define LASI_IO_CONF 0x7FFFE /* LASI primary configuration register */ |
#define LASI_IO_CONF2 0x7FFFF /* LASI secondary configuration register */ |
#define lasi_led_init |
( |
|
x | ) |
/* nothing */ |
#define LASI_VER 0xC008 /* LASI Version */ |
Initial value:= {
.name = "lasi",
.id_table = lasi_tbl,
.probe = lasi_init_chip,
}
Definition at line 235 of file lasi.c.